Is there any way to project certain matrix into the x, y coordinate system?

조회 수: 1 (최근 30일)
Hello,
I have a question regarding to image analysis.
Here, I have a image like this black and white image (or matrix).
I=imread(['111.png']);
imshow(I)
My final goal is find a best fit ellipse for the white area.
However, right now, I'm struggling how to find an ellipse equation, x2/a2+y2/b2=1 just in this matrix.
So, when we suppose center of the image as a center of the ellipse, is there any way to convert this image into x, y coordinate system or simpler way to find ellipse equation?

채택된 답변

Walter Roberson
Walter Roberson 2022년 9월 15일
편집: Walter Roberson 2022년 9월 15일
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 9월 15일
https://www.mathworks.com/help/images/ref/bwboundaries.html
HyoJae Lee
HyoJae Lee 2022년 9월 16일
Thank you for fast reply!
It helps a lot!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by