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!