Hi , I have a binary image , i want to choose 3 points on it,use interpolation , and make a curve fitting on it? what is code matlab for doing this??

1 次查看(过去 30 天)
Hi , I have a binary image , i want to choose 3 points on it and make a curve fitting on it? what is code matlab for doing this??

回答(1 个)

Image Analyst
Image Analyst 2013-10-4
What kind of curve? With 3 points, you can do a second order curve or first order line. Do you want a parabola, a circle, or a line? Did you try passing the points into polyfit(), or see the FAQ?
  3 个评论
Image Analyst
Image Analyst 2013-10-4
It's in the FAQ. Did you click on the link I gave you? The code is right there to fit a circle. After that you can decide where to split the circle into halves. Where to you think you want to do that?
Alex Taylor
Alex Taylor 2013-10-7
What kind of interpolation are you going to use? Is your output image also going to be logical? If so, I assume you are using Nearest Neighbor?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by