필터 지우기
필터 지우기

What is the difference between ‘corner’ and ‘detectHarrisfeatures’?

조회 수: 1 (최근 30일)
oshawcole
oshawcole 2018년 12월 3일
답변: Pinkesh Narsinghani 2018년 12월 6일
‘corner’ uses what method by default to detect the corners?

답변 (1개)

Pinkesh Narsinghani
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.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by