how should i find orientation of binary cell in this image with respective its x axis of each cell please anyone help me.....
2 views (last 30 days)
Show older comments
0 Comments
Accepted Answer
Image Analyst
on 25 Nov 2022
Edited: Image Analyst
on 25 Nov 2022
Try this
mask = bwconvhull(mask, 'objects');
props = regionprops(mask, 'Orientation');
allAngles = [props.Orientation]
6 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!