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

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

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