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