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.

카테고리

도움말 센터File Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

제품

태그

질문:

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