필터 지우기
필터 지우기

Finding Center of Arc and Forming Circle from an Image

조회 수: 4 (최근 30일)
Edgar Paolo Violan
Edgar Paolo Violan 2020년 2월 24일
편집: Edgar Paolo Violan 2020년 2월 25일
hi, I have a zoomed in image the Moon and from it I need to estimate the Moon Center and form its full outline.
The original image is this one:
Using various commands such as bwareaopen, imcomplement, I have managed to isolate its outline and laid it out on an all black canvass:
Then from here I want to find the center of the circle (moon) and extrapolate its outline: e.g draw a circle of the full moon in the image.
I have tried the imfindcircles command but it seems having a hard time to detect the outline.
Any help with this will be greatly appreciated!
Thank you!

채택된 답변

Eleanor Betton
Eleanor Betton 2020년 2월 24일
This give a good walk though on fitting a circle using circfit. It might be worth trying this. Once you have the circle you can calculate the centre.
  댓글 수: 1
Edgar Paolo Violan
Edgar Paolo Violan 2020년 2월 25일
편집: Edgar Paolo Violan 2020년 2월 25일
Circfit worked perfectly! It needed aditional work to plot the boundary of the arc, but the example greatly helped
Thank you!

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by