Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
1. How do i get Centroid and its corresponding Equivdiameter when regionprops is used? I need centroid and its corresponding diameter..

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by