Versions in this module Expand all Collapse all v1 v1.0.1 May 7, 2022 v1.0.0 Apr 17, 2022 Changes in this version + const ParallelAuto + func Find(img image.Image, config Config) image.Rectangle + func PixHasDataBlackBG(pix color.RGBA64, threshold color.RGBA64) bool + func PixHasDataWhiteBG(pix color.RGBA64, threshold color.RGBA64) bool + type Config struct + Bounds image.Rectangle + Parallel int + PixHasData func(pix color.RGBA64, threshold color.RGBA64) bool + Threshold color.RGBA64 + func NewConfig(threshold color.Color) Config + func NewConfigInverse(threshold color.Color) Config + func (config *Config) WithBounds(bounds image.Rectangle) *Config + func (config *Config) WithParallel(parallel int) *Config + func (config *Config) WithPixHasData(pixHasData func(pix color.RGBA64, threshold color.RGBA64) bool) *Config + func (config *Config) WithThreshold(threshold color.RGBA64) *Config