Code for finding center of circle

7 次查看(过去 30 天)
Hello, Could someone please help me with a code for finding center of circle. I have known points (Xa,Xb, Ya,Yb) and Radius. I need to write a code in Matlab to display the center from a cloud data. Any help would be appreciated.
Thanks
  2 个评论
s.vijayamalathy malathy
i used the code imfindcircle to find the radius .but i need edge detection code and then to calculate the center point.could you help me out.
Image Analyst
Image Analyst 2018-9-20
s., Are you SURE you looked at the documentation for imfindcircles(), which clearly states that it returns the radii:
[centers,radii] = imfindcircles(A,radiusRange) finds circles with radii in the range specified by radiusRange. The additional output argument, radii, contains the estimated radii corresponding to each circle center in centers.
Also see attached paper.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2015-11-10
  13 个评论
avinash desh
avinash desh 2015-11-11
Thank you for taking a look at this. The 3 columns are x, y,z. But y and z have been interchanged. so you only have to use 1 and 3 column The circle is in the center. I was able to make some progress I was able to get a contour to pick points on the perimeter of the circle. I now have 2 quadratic equations with 2 known and 2 unknown. Ho do I write a script to solve this equation. (x1-xc)^2+(y1-yc)^2=R^2 (x2-xc)^2+(y2-yc)^2=R^2 I know the values for x1,x2,y1,y2 and R, these can be input manually in the script. I need to find xc and yc. How do I solve it in Matlab
Image Analyst
Image Analyst 2015-11-11
Those x,y are over the whole part, not just the perimeter of the circle. You're going to have to find a way to get just the x,y around the perimeter of the circle. Maybe by converting to an image.

请先登录,再进行评论。

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by