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 天)

采纳的回答

Image Analyst
Image Analyst 2022-11-25
编辑:Image Analyst 2022-11-25
Try this
mask = bwconvhull(mask, 'objects');
props = regionprops(mask, 'Orientation');
allAngles = [props.Orientation]
  6 个评论
Shri.s
Shri.s 2022-12-8
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...!

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by