whitecodel_image_compare 1.0.1 copy "whitecodel_image_compare: ^1.0.1" to clipboard
whitecodel_image_compare: ^1.0.1 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_compare

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  whitecodel_image_compare: ^1.0.1

Alternatively, 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';
3
likes
140
points
104
downloads

Documentation

API reference

Publisher

verified publisherwhitecodel.com

Weekly Downloads

Flutter image similarity — combines OpenCV pixel matching, perceptual hashes, and optional OCR into one tuned pipeline with production-ready performance.

Repository (GitHub)
View/report issues

Topics

#image #comparison #opencv #ocr #computer-vision

License

MIT (license)

Dependencies

ffi, flutter, image, image_hash

More

Packages that depend on whitecodel_image_compare

Packages that implement whitecodel_image_compare