OpenCV Android UnsatisfiedLinkError while finding the Moments of Contour -


my app installs correctly crashes while finding moments of contour. here error:

no implementation found double[] org.opencv.imgproc.imgproc.moments_1(long) (tried java_org_opencv_imgproc_imgproc_moments_11 , java_org_opencv_imgproc_imgproc_moments_11__j)


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -