Info

此问题已关闭。 请重新打开它进行编辑或回答。

I have a RGB image, A1.jpg. I want to draw the boundary as in the image A2.jpg. How to code in matlab?

1 次查看(过去 30 天)
  1 个评论
Adam Danz
Adam Danz 2020-3-29
编辑:Adam Danz 2020-3-29
If this is just a 1-time thing you need to do with this image that doesn't require a reproducible optimization, you could use drawcircle to manually "fit" the circle to your best estimate.
circData =
Circle with properties:
Center: [490.5 441.5]
Radius: 204.38
Label: ''
Color: [0 0.447 0.741]
Parent: [1×1 Axes]
Visible: 'on'
Selected: 1

回答(0 个)

产品


版本

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by