Is MinorAxisLength always perpendicular to the MajorAxisLength
조회 수: 4 (최근 30일)
이전 댓글 표시
I can not find it in the documentation and therefore is the MinorAxisLength always perpendicular to the MajorAxisLength (in regionprops)?
댓글 수: 0
채택된 답변
Jan
2018년 1월 28일
편집: Jan
2018년 1월 28일
The lengths itself are not perpendicular to anything, because they are scalars. The replied lengths are:
'MajorAxisLength' Length (in pixels) of the major axis of the ellipse that has the same
normalized second central moments as the region
(equivalent for "Minor")
The major and minor axes of an ellipse (not their lengths) are perpendicular by definition.
댓글 수: 0
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!