What is the difference between ‘corner’ and ‘detectHarrisfeatures’?
Mostra commenti meno recenti
‘corner’ uses what method by default to detect the corners?
Risposte (1)
Pinkesh Narsinghani
il 6 Dic 2018
1 voto
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.
Categorie
Scopri di più su Feature Detection and Extraction in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!