An OpenCV Android Camera Sudoku Solver
Calvin Lo
Yulong(Joseph) Fang
Real Time Sudoku Solver Android Application
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.