A problem in OpenCV with Android using SURF
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!
can you give some more code, and what exactly the error on logcat is? this way nobody can help you.