필터 지우기
필터 지우기

Detecting circles in an image.

조회 수: 3 (최근 30일)
Viswas Guptha
Viswas Guptha 2013년 2월 25일
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.

채택된 답변

Walter Roberson
Walter Roberson 2013년 2월 25일
Have you considered regionprops() to find Eccentricity (to determine if an object is a circle) and MajorAxes (for diameter) ?

추가 답변 (2개)

Image Analyst
Image Analyst 2013년 2월 25일
What happens if you widen your radius range to encompass all possible radii?

Spandan Tiwari
Spandan Tiwari 2013년 3월 20일
IMFINDCIRCLES allows you to specify a radius range which can include the entire range of expected radii.

Community Treasure Hunt

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

Start Hunting!

Translated by