AdityaMulgundkar/flutter_opencv

How to check whether the image is blur or not in flutter

Opened this issue · 1 comments

I am developing mobile app in flutter. By using opencv i can blur the image.
But what i need is i need to check whether the image is blur or not.

https://answers.opencv.org/question/111798/android-blur-image-detection-with-opencv-results-into-heavy-apk-size/

In the above link blur image detection was done in java. Likewise i need to check in flutter.

hey @vimalkumar-starc did you find any solution for this?