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일)
이전 댓글 표시
댓글 수: 0
채택된 답변
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!