What is the difference between ‘corner’ and ‘detectHarrisfeatures’?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
‘corner’ uses what method by default to detect the corners?
0 Kommentare
Antworten (1)
Pinkesh Narsinghani
am 6 Dez. 2018
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 Kommentare
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!