Last updated:
0 purchases
opencv histogram equality
opencv_histogram_equality #
This library help to check two image histogram equality.
Supported Platforms
IOS
How to Use #
# add this line to your dependencies
opencv_histogram_equality: ^0.0.1
copied to clipboard
import 'package:opencv_histogram_equality/opencv_histogram_equality.dart';
copied to clipboard
ByteData first = await rootBundle.load('assets/images/cup.jpg');
ByteData second = await rootBundle.load('assets/images/cup2.jpg');
OpencvHistogramEquality()
.similarity(first.buffer.asUint8List(), second.buffer.asUint8List());
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.