Saturday, 15 August 2015

Sudoku Solver OpenCV Python

Hello guys I'm currently working on some cool Computer Vision stuffs , now as a part of that I built a simple python program to solve a Sudoku from any image. Currently it might not work for all the images but if the image is clear enough then it should work properly.




Things You need : 
1. Python 2.7
2 OpenCV ( here I'm using 3.0.0)

Our Test Image

Bingo ! This is the solved version! 









DOWNLOAD FROM GITHUB