MATLAB: How to limit ORB features

Computer Vision Toolboxdetectorbfeatures

Hi there, I'm using the new ORB feature detector function (https://www.mathworks.com/help/vision/ref/detectorbfeatures.html) and was wondering if there is a way to limit the number of detected features?

Best Answer

Hi Helia, the selectStrongest function picks the points based on the Metric values:
For more information, you can take a look at the reference to see how the Matric is defined: