Finding Center of Arc and Forming Circle from an Image
3 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
采纳的回答
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Earth and Planetary Science 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!