1. How do i get Centroid and its corresponding Equivdiameter when regionprops is used?

1 次查看(过去 30 天)
1. How do i get Centroid and its corresponding Equivdiameter when regionprops is used? I need centroid and its corresponding diameter..

采纳的回答

Walter Roberson
Walter Roberson 2015-12-21
stats = regionprops(TheImage, 'Centroid', 'EquivDiameter');
stats(1).Centroid
stats(1).EquivDiameter

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by