Skip to content

jocstech/AndroidCameraSudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidCameraSudokuSolver

An OpenCV Android Camera Sudoku Solver

Teams:

Calvin Lo

Yulong(Joseph) Fang

Topic:

Real Time Sudoku Solver Android Application

Project Demo

Project Abstract:

The purpose of this project is building a real-time sudoku game solver android application. The application will first scan the sudoku puzzle by the built-in camera. Then it will detect the game board by applying image edge detector. A sudoku game board contains 81 squares with number 1 - 9. The application need to identify the number and position of each square in the puzzle. After reading all numbers, it will calculate the solution and display it back to the image in real time. All solution numbers will attach to corresponding position of grid on the game board on screen even with slight movement of cellphone.

Releases

No releases published

Packages

No packages published

Languages