package
0.0.0-20241025181643-377b65c841ce
Repository: https://github.com/jo-m/trainbot.git
Documentation: pkg.go.dev
# Functions
LoadTestImg returns a test image to be used for tests and examples.
ScoreRGBACosSlow computes the cosine similarity score for an (RGBA) patch on an (RGBA) image.
SearchRGBA searches for the position of an (RGBA) patch in an (RGBA) image, using cosine similarity.
SearchRGBASlow searches for the position of an (RGBA) patch in an (RGBA) image, using cosine similarity.