whitecodel_image_compare 1.1.0
whitecodel_image_compare: ^1.1.0 copied to clipboard
Flutter image similarity — combines OpenCV pixel matching, perceptual hashes, and optional OCR into one tuned pipeline with production-ready performance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add whitecodel_image_compareThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
whitecodel_image_compare: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:whitecodel_image_compare/whitecodel_image_compare.dart';