Is it possible to send as a parameter the number of features to detect in SURF?
I need to detect 200 features for several images to process.
FeatureDetector featureDetector = FeatureDetector.create (FeatureDetector.SURF);
which opencv version is it ? (i doubt, that you can use SURF on android at all)
If it is not writed in native C++ code which is then embedded into Java, it will not work :P