opencv_histogram_equality

Last updated:

0 purchases

opencv_histogram_equality Image
opencv_histogram_equality Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.