how should i find orientation of binary cell in this image with respective its x axis of each cell please anyone help me.....
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1206853/image.png)
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!