Ask Your Question

RuifDu's profile - activity

2017-05-25 23:22:01 -0600 received badge  Famous Question (source)
2015-12-28 11:15:06 -0600 received badge  Notable Question (source)
2015-06-25 03:56:16 -0600 received badge  Popular Question (source)
2015-04-11 08:06:05 -0600 received badge  Student (source)
2013-06-10 21:52:03 -0600 received badge  Editor (source)
2013-06-10 21:50:53 -0600 asked a question 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!