how should i find orientation of binary cell in this image with respective its x axis of each cell please anyone help me.....
2 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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!