AabidPatel/Sudoku-Solver-with-OpenCV
This Sudoku Solver uses a camera to search for a 9 by 9 Sudoku puzzle in the frame by extracting the matrix. The matrix is then solved using the Backtracking algorithm. The solution is then overlayed on the original frame.
Python