bevilla / SudokuGrabber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SudokuGrabber

SudokuGrabber tutorial implementation by {EPITECH.} students using C++ and OpenCV.

Compile and run

mkdir build
cd build
cmake ..
make
cd ..
./SudokuGrabber

If you got this error:

Could not find a package configuration file provided by "OpenCV" with any of the following names...

compile the OpenCV 3.x library and use cmake like this:

  OpenCV_DIR=<path_to_opencv_lib> cmake ..

About


Languages

Language:C++ 94.2%Language:CMake 5.8%