how to detect circle or anyother shape in an image.
显示 更早的评论
<a href="http://tinypic.com?ref=2be5va"
Please check this image. Is it possible to count the number of drops present?
回答(2 个)
Image Analyst
2013-2-8
I can't see the image. Are you sure the link is correct? In general, to find circles, use imfindcircle(). There is a demo in the help:
Measuring the Radius of a Roll of Tape
This example shows how to measure the radius of a roll of tape, which is partially obscured by the tape dispenser. Utilize imfindcircles to accomplish this task
2 个评论
Sivakumaran Chandrasekaran
2013-2-8
Image Analyst
2013-2-8
编辑:Image Analyst
2013-2-8
Can you also supply me with your imfindcircle() code so I can run it? Since you're a MATLAB instructor developing a course for your students, why not just use the demos already in MATLAB to illustrate the concepts to your students? Why develop new ones, or ask us to?
Elad
2013-7-6
0 个投票
See if this example using imfindcircles() helps:
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!