How to increase maximum number of features in ORB detector in Android OpenCV
Hi, all,
I tried to use ORB detector in Android to detect features of image, but I found the maximum number of features detected by ORB detector was 500. Is there any way to detect more feature?
as long as you are using java - you're out of luck, there is no way to control any params.
Good to know that. Thank you.