Skip to content

jponttuset/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augmented reality Sudoku solver

This code is a C++ code to solve Sudokus in real time from the webcam feed. It detects the Sudoku, recognizes the digits, solves it, and projects the result back onto the image via augmented reality. It uses OpenCV.

The algorithm is not optimal in many senses, but it's thought for educational purposes, to try to help computer vision non-experts understand some of the concepts behind the algorithms.

You can find a step-by-step explanation in two posts in my blog: First, and second. You can also find a demo video here.

To compile, you have to install OpenCV and link against it.

I hope you enjoy it, and please say hi in the blog if you used it! :)

About

Augmented reality Sudoku solver for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published