Effacer les filtres
Effacer les filtres

How to convert cornerPoints returned by detectHarrisFeatures to xy coordinates array.

3 vues (au cours des 30 derniers jours)
Hi, I am trying to convert cornerPoints returned by detectHarrisFeatures to xy coordinates array. Is it possible.

Réponses (1)

Walter Roberson
Walter Roberson le 15 Juil 2017
if you had
points = detectHarrisFeatures(I);
then
points.Location
You can access the weights with points.Metric

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by