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

2 次查看(过去 30 天)
Hi, I am trying to convert cornerPoints returned by detectHarrisFeatures to xy coordinates array. Is it possible.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by