image_hasher_dart 1.1.0
image_hasher_dart: ^1.1.0 copied to clipboard
Package allowing creation of image hash that can be used to compare images for physical similarity.
Image Hasher #
Package allowing creation of image hash that can be used to compare images for physical similarity.
Features #
- Creation of image hash
- Comparison of two hashes
Getting started #
- First create instance of
Hasher
- Supply image to create hash
- Use
HashComparisonUtils
helper to compare hashes
Usage #
TODO: Example incoming!