When I'm using SURF in Android, have created a FeatureDetector with SURF by
m_detector = FeatureDetector.create(FeatureDetector.SURF);
but when using the method detect, an error ocures, while use FAST instead of SURF, the error disappers. Another situation happens when I use SURF to initialize a DescriptorExtractor.
Pleasse tell me how can I use SURF in Android with the original OpenCV liberary.
Thanks!