How to retrieve the centroid and angle of an ellipse drawn on an image in a gui?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to create an interactive ellipse on an image in a gui and retrieve its poperties like semi-major axis,semi-minor axis, angle and centroid for the same. I am struck at this. Using imellipse, I am not able to get the centroid and the angle. I have to get these values in a structure and then generate a xml file of it. Thanks!
댓글 수: 0
답변 (2개)
Matt J
2016년 6월 7일
If you have a well-distributed set of points on the ellipse, you can use the attached file to fit the points. The output gives all the ellipse parameters that you mentioned.
댓글 수: 2
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!