Skip to content

theodasilva/SudokuGrabber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 library and use cmake like this:

  OpenCV_DIR=<path_to_opencv_lib> cmake ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 73.7%
  • CMake 26.3%