How to find out the radius and center of unknown circle and reconstruct the circle with calculated radius.

2 次查看(过去 30 天)
i have the image of coins ovelapped on each other which i taken through mobile phone.I want to calculate the no of coins in image and also the radius of coin.
  3 个评论
Matt J
Matt J 2012-10-20
编辑:Matt J 2012-10-20
What input data do you have currently? An edge map? Just the image itself? Once you know the radius of a coin in pixels, do you need to determine its physical radius in centimeters/millimeters etc...?

请先登录,再进行评论。

采纳的回答

Pierre
Pierre 2012-10-22
You should have a look at the Hough transform in its general form and its application to circles in particular. It allows to detect (even considerably occluded) entities like lines, circles, and ellipses and provides implicitly the parametrization (that is, the centre and the radius in your case) of the entity.
Once you have the equations describing the circles, computing the overlapping regions should be relatively simple.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by