Is it possible to send as a parameter the number of features to detect in SURF?

asked 2017-08-09 21:49:50 -0600

I need to detect 200 features for several images to process.

    FeatureDetector featureDetector = FeatureDetector.create (FeatureDetector.SURF);

edit retag flag offensive close merge delete

Comments

1

which opencv version is it ? (i doubt, that you can use SURF on android at all)

berak gravatar imageberak ( 2017-08-10 00:36:48 -0600 )edit

If it is not writed in native C++ code which is then embedded into Java, it will not work :P

StevenPuttemans gravatar imageStevenPuttemans ( 2017-08-10 07:21:55 -0600 )edit