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 日間)
表示 古いコメント

0 件のコメント
採用された回答
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!