rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
92 stars 10 forks source link

How can i find similarity percent/value for different 2 image/video with this package for Flutter? #146

Closed PBomermustekiin closed 1 week ago

PBomermustekiin commented 2 weeks ago

Read README carefully first Star :star: this project if you want to ask a question, no star, no answer

Question

I want to compile 2 image or video and get that assets similarity percent or value. How can i do that with this package? I read that sources already. Any suggestion except that ones?

https://stackoverflow.com/questions/72341447/compare-photos-and-choose-the-most-similar

https://stackoverflow.com/questions/11541154/checking-images-for-similarity-with-opencv

rainyl commented 2 weeks ago

Take a look at img hash module of opencv.

https://docs.opencv.org/4.10.0/d4/d93/group__img__hash.html

If it doesn't meet your requirements, you need to development your own comparison algorithms.

PBomermustekiin commented 1 week ago

.