Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Hi, I am trying to convert cornerPoints returned by detectHarrisFeatures to xy coordinates array. Is it possible.

Antworten (1)

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

Kategorien

Mehr zu Data Types finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by