How to limit ORB features?

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?

2 Comments

You can probably use selectStrongest to select a fixed number of ORBPoints:
Thanks Qu Cao. It says that selectStrongest returns N number of points that have the strongest metrics. What are those metrics? How does it decide if the feature is stronger than a latter? Are there reading material on this feature?

Sign in to comment.

 Accepted Answer

Qu Cao
Qu Cao on 11 Sep 2019
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:

More Answers (0)

Products

Release

R2019a

Asked:

on 18 Apr 2019

Answered:

on 11 Sep 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!