Sudoku Solver using OpenCV C++
You can simply open the project using Code::Blocks and run main.cpp file. After you run main.cpp, then cli program will show. To test solving sudoku problem by image based, you can insert full path by your sudoku image. The main Class library for sudoku solver is in src/Sudoku.cpp.