Hi all, Now I am using FeatureDetector to create SIFT detector in android OpenCV SDK 3.1, but it seem runtime error with following info " Specified feature detector type is not supported. in function static cv::javaFeatureDetector* cv::javaFeatureDetector::create(int)"
Does it only support FAST in this SDK ? But from the Java package, it's obviously SIFT & SURF should be supported. How can I resolve this problem?