Skip to content

sjg10/sudokoer

Repository files navigation

#Sudokoer


About

An Android (>=v2.2) application that can take a Sudoku grid, inputted either manually or by a camera and solve it.

The camera recognition implements tools from the OpenCV Project and tesseract as implemented in the tess-two package.

Build

You are free to build and modify this project under the terms of the GPL. In order to do this you will require the Android SDK and NDK installed and correctly configured.

Then OpenCV for Android and tess-two package must be downloaded and built, before downloading the project hosted here and including the two preceeding projects as libraries, either in an IDE or by editing the project.properties file as appropriate.

License

This project is licensed under the GPLv3.

\*
 *  (C) 2014 by Samuel Gonshaw (sjg10@imperial.ac.uk) and Yi Zhang (yi.zhang7210@gmail.com)
 *  
 *  Sudokoer is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at	your option) any later version.
 *
 *  Sudokoer is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with Sudokoer.  If not, see <http://www.gnu.org/licenses/>.
 */

OpenCV Project is licensed under the Modified BSD-license

tess-two(http://opencv.org) is licensed under the Apache License, Version 2.0.

About

Android Sudoku Solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages