image-processing-analysis-and-machine-vision-code-implementation
- Download this repository
git clone git@github.com:mangosroom/image-processing-analysis-and-machine-vision-code-implementation.git
- CMake
cd image-processing-analysis-and-machine-vision-code-implementation
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg/scripts/buildsystems/vcpkg.cmake>
- Install opencv on your pc, Setting the environment variable.
variable name = OpenCV_DIR
variable value = <path to you opencv diretory which include "OpenCVConfig.cmake">
- Download this repository
git clone git@github.com:mangosroom/image-processing-analysis-and-machine-vision-code-implementation.git
- CMake
cd image-processing-analysis-and-machine-vision-code-implementation
mkdir build
cd build
cmake ..
- MS build
Open the solution by Visual Studio and build.
-
Install OpenCV
-
Download this repository
git clone git@github.com:mangosroom/image-processing-analysis-and-machine-vision-code-implementation.git
- CMake & make
cd image-processing-analysis-and-machine-vision-code-implementation
mkdir build
cd build
cmake ..
make -j4