Hacker News new | ask | show | jobs
by busymom0 2338 days ago
Partially related - is this what someone could use to detect a sudoku grid? The spaces and the digits from a picture?
2 comments

Sudoku is a relatively simpler problem since the structure is known apriori and becomes as simple as pattern matching.
Exactly, sudoku can be solved with classical CV through OpenCV, see for example https://www.youtube.com/watch?v=QR66rMS_ZfA

He's using a CNN for digit recognition.