How to limit ORB features?

조회 수: 4 (최근 30일)
Helia Sh
Helia Sh 2019년 4월 18일
답변: Qu Cao 2019년 9월 11일
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
Qu Cao
Qu Cao 2019년 5월 23일
You can probably use selectStrongest to select a fixed number of ORBPoints:
Helia Sh
Helia Sh 2019년 5월 24일
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?

댓글을 달려면 로그인하십시오.

채택된 답변

Qu Cao
Qu Cao 2019년 9월 11일
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:

추가 답변 (0개)

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by