/ libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 17552
I am using OpenCV 2.4.11 in Android Studio and when using SURF it shows me A / libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 17552 Why it happens?
FeatureDetector fD = FeatureDetector.create(FeatureDetector.SURF); fD.detect(img1, objectKeyPoints);
SURF might not be available on android, please check, if
FeatureDetector fD
is a valid instance