Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1117

OpenCV with android not detecting image blur

$
0
0
I have downloaded opencv and integrated in android, https://brainhub.eu/blog/opencv-react-native-image-processing/ Even i capture blur image, i am not getting image as blur from open cv, https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/android/app/src/main/java/com/reactlibrary/RNOpenCvLibraryModule.java if (maxLap <= soglia) { System.out.println("is blur image"); } maxLap value is always -1 and greater than sogalia : int soglia = -6118750; Any help will really be appreciated. In iOS it's working.

Viewing all articles
Browse latest Browse all 1117