Android app which uses computer vision and OCR to digitize and "read" Sudoku puzzles, and then solves them.
SudoSudoku is hosted in the following web site
https://github.com/jamesmcnamara/SudoSudoku
If you think the Android project SudoSudoku listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SudoSudoku.
Item | Value |
---|---|
Java File Count | 15 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\UbuntuMono-B.ttf |
SudoSudoku has the following Java source files.
algorithms.AlgorithmSuite.java algorithms.OneOption .java algorithms.Solver .java algorithms.TwoOptions .java board.Box extends.java board.Cell.java board.CellCollection.java board.Grid.java board.Line extends.java board.SparseArrayIter.java boardViewActivity.BoardAdapter .java boardViewActivity.BoardView .java mainActivity.BoardProcessor.java mainActivity.CellOCR.java mainActivity.MainActivity extends.java