What is the difference between ‘corner’ and ‘detectHarrisfeatures’?
1 回表示 (過去 30 日間)
古いコメントを表示
‘corner’ uses what method by default to detect the corners?
0 件のコメント
回答 (1 件)
Pinkesh Narsinghani
2018 年 12 月 6 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!