フィルターのクリア

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