What is the difference between ‘corner’ and ‘detectHarrisfeatures’?
이전 댓글 표시
‘corner’ uses what method by default to detect the corners?
답변 (1개)
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.
카테고리
도움말 센터 및 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!