proxy.golang.org : github.com/andreyvit/locateimage
Package locateimage performs an (exact or fuzzy) search of a sample image within a larger image, returning the coordinates and similarity scores of the matches. The package currently only deals with image.RGBA-encoded images. You can use Convert to convert any image to this format. (Note that reading a PNG file returns an NRGBA format, so the conversion will be required. It makes sense to add support for formats like NRGBA in the future.) The search is currently slow, taking tens or hundreds of milliseconds on large images (screenshots of a 27" screen). This can likely be improved, and contributions are welcome.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/andreyvit/locateimage
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/andreyvit
Stars: 6 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago