What is the difference between ‘corner’ and ‘detectHarrisfeatures’?
9 次查看(过去 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!