BRISK android
Hi all, i'm trying to do feature detection on video frame with opencv4android version.. Now i'm able to create every kind of feature detector using FeatureDetector detector = FeatureDetector.create(FeatureDetector.BRISK); Now my question is, what should i do to set BRISK parameters? As for example the number of octaves and all i can find in the openCV documentation? Hope you'll be able to help me.. Thank you very much Antonio