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

1 view (last 30 days)

Accepted Answer

Image Analyst
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
Shri.s
Shri.s on 8 Dec 2022
Image Analyst.....sir we have find the orientation of each cell present in that Binary image, but now how can i write or save this orientation or angles in excel sheet to use this angles as master angles for another image
please help me...!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!