/sudoku-puzzle-detection

A Sudoku solver that receives a video or image sequence as input and uses augmented reality (AR) methods to recognize, solve, and insert the solution into the image.

Primary LanguagePythonMIT LicenseMIT

Sudoku-Puzzle-Detection

A Sudoku Solver given an input video or image sequence that detects, solves and inserts the solution to the image via augmented reality (AR) methods. Basic outline of the project will be as follows:

  • Detecting Rectangles on an image and deciding if it is a Sudoku puzzle or not.
  • Detecting each rectangle in Sudoku puzzle and recognizing each digit inside these rectangles.
  • Solving the Sudoku puzzle.
  • Show solved puzzle on the video via Augmented Reality methods.