Detecting circles in an image.
显示 更早的评论
I have a serious problem here. By using imfindcircles(), we can find circles of specified radius range only. Buy my image has circles with multiple sizes big and small. How can i use this function to detect circles of different radii. I also have another problem. To find the approximate radius of circles in image, we use imdistline. But how to find the radius of circles in the image dynamically i.e in the run time. Is there any other way to do this?? Please help!! Thank You in advance.
采纳的回答
更多回答(2 个)
Image Analyst
2013-2-25
1 个投票
What happens if you widen your radius range to encompass all possible radii?
Spandan Tiwari
2013-3-20
0 个投票
IMFINDCIRCLES allows you to specify a radius range which can include the entire range of expected radii.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!