Clear Filters
Clear Filters

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

3 views (last 30 days)
Hi, I am trying to convert cornerPoints returned by detectHarrisFeatures to xy coordinates array. Is it possible.

Answers (1)

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

Categories

Find more on Data Types in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!