Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"I want to detect features in real time" - then dont use surf and check out binary descriptors. I cant imagine that any modern mobile device can use surf in real time. Also, the nonfree module with sift and surf is not included in the android package. You can build it on your own though. Search for "Using OpenCV Nonfree Module android" on google.

"I want to detect features in real time" - then dont use surf and check out binary descriptors. I cant imagine that any modern mobile device can use surf in real time. Also, the nonfree module with sift and surf is not included in the android package. You can build it on your own though. Search for "Using OpenCV Nonfree Module android" on google.google. There is no java wrapper though. So you need to use JNI