What is the difference between ‘corner’ and ‘detectHarrisfeatures’?

回答 (1 件)

Pinkesh Narsinghani
Pinkesh Narsinghani 2018 年 12 月 6 日

1 投票

The corner function performs nonmaxima suppression on candidate corners, and corners are at least two pixels apart whereas detectHarrisFeatures use Harris-Stephens Algorithm to find corner points.
MathWorks recommends using detectHarrisFeatures or detectMinEigenFeatures in Computer Vision System Toolbox™ instead of using corner.

カテゴリ

製品

タグ

質問済み:

2018 年 12 月 3 日

回答済み:

2018 年 12 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by