how should i find orientation of binary cell in this image with respective its x axis of each cell please anyone help me.....

3 ビュー (過去 30 日間)

採用された回答

Image Analyst
Image Analyst 2022 年 11 月 25 日
編集済み: Image Analyst 2022 年 11 月 25 日
Try this
mask = bwconvhull(mask, 'objects');
props = regionprops(mask, 'Orientation');
allAngles = [props.Orientation]
  6 件のコメント

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by