Versions in this module Expand all Collapse all v0 v0.1.0 Aug 24, 2018 Changes in this version + const Best + const Fastest + const Only + const SimilarityDigits + const SimilarityPrecision + var ErrBreak = errors.New("done iterating") + var ErrMultipleFound = errors.New("multiple matches found") + var ErrNotFound = errors.New("not found") + var ErrUnsupportedImageType = errors.New("unsupported image type") + func Convert(src image.Image) image.Image + func Foreach(ctx context.Context, canvas, sample image.Image, tolerance float64, ...) error + func Sort(mm []Match) + type Match struct + Rect image.Rectangle + Similarity float64 + func All(ctx context.Context, canvas, sample image.Image, tolerance float64) ([]Match, error) + func Find(ctx context.Context, canvas, sample image.Image, tolerance float64, ...) (Match, error) + func (a Match) Before(b Match) bool + func (m Match) String() string + type Selection int + func (s Selection) String() string