Skip to content

Files

Latest commit

 

History

History
26 lines (17 loc) · 924 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 924 Bytes

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.