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

Respuestas (1)

Pinkesh Narsinghani
Pinkesh Narsinghani el 6 de Dic. de 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.

Categorías

Productos

Etiquetas

Preguntada:

el 3 de Dic. de 2018

Respondida:

el 6 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by