/image-processing-analysis-and-machine-vision-code-implementation

image-processing-analysis-and-machine-vision-code-implementation

Primary LanguageC++MIT LicenseMIT

Introduction

image-processing-analysis-and-machine-vision-code-implementation

How to build

Vcpkg(recommend)

  1. Download this repository
git clone git@github.com:mangosroom/image-processing-analysis-and-machine-vision-code-implementation.git
  1. 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>

Windows

  1. Install opencv on your pc, Setting the environment variable.
variable name = OpenCV_DIR
variable value = <path to you opencv diretory which include "OpenCVConfig.cmake">
  1. Download this repository
git clone git@github.com:mangosroom/image-processing-analysis-and-machine-vision-code-implementation.git
  1. CMake
cd image-processing-analysis-and-machine-vision-code-implementation
mkdir build
cd build
cmake ..
  1. MS build

Open the solution by Visual Studio and build.

Linux

  1. Install OpenCV

  2. Download this repository

git clone git@github.com:mangosroom/image-processing-analysis-and-machine-vision-code-implementation.git
  1. CMake & make
cd image-processing-analysis-and-machine-vision-code-implementation
mkdir build
cd build
cmake ..
make -j4

Algorithmes

Distance transform