sudoku

package module
v0.0.0-...-1ca9b26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2016 License: GPL-2.0 Imports: 18 Imported by: 0

README

sudoku

Sodoku solver - image to solution

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotRecognised = errors.New("Could not find sudoku on the image")

ErrNotRecognised is reported when sudoku could not be localized on image

Functions

This section is empty.

Types

type Sudoku

type Sudoku interface {
	Overlay() image.Image
	Extracted(imageSize int) image.Image
}

Sudoku interface describes access to recognised sudoku puzzle

func NewSudoku

func NewSudoku(image image.Image) (s Sudoku, err error)

NewSudoku processes given image in order to find sudoku puzzle on the image

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL