Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
oshawcole
oshawcole le 3 Déc 2018
‘corner’ uses what method by default to detect the corners?

Réponses (1)

Pinkesh Narsinghani
Pinkesh Narsinghani le 6 Déc 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.

Catégories

En savoir plus sur Feature Detection and Extraction dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by