An open API service indexing awesome lists of open source software.

https://github.com/elucidation/sudoku-grid-detector

Sudoku grid detection from a photo
https://github.com/elucidation/sudoku-grid-detector

Last synced: 12 months ago
JSON representation

Sudoku grid detection from a photo

Awesome Lists containing this project

README

          

# Sudoku grid detector
Sudoku grid detection from a mobile phone photo

![Example](example1.jpg)

1. Load Sudoku image
2. Binarize image
3. Find largest quadrilateral contour
4. Generate warped image of grid
5. Remove extraneous lines
6. Match tiles to digits using basic CV template matching
*(TODO) Improve matching with ML-based digit detection*