react-native-opencv-tutorial icon indicating copy to clipboard operation
react-native-opencv-tutorial copied to clipboard

In android the code is giving as image not blurred

Open sparks2209 opened this issue 4 years ago • 0 comments

Even i capture blurred image, code is giving me as image is not blurred.

if (maxLap <= soglia) { System.out.println("is blur image"); }

maxLap value is always -1 and greater than sogalia : int soglia = -6118750;

sparks2209 avatar Nov 24 '20 10:11 sparks2209