Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published