Hi every one :) I have the following Figure ,, I need to use the function " imfindcircles " but it gives me empty matrix Can any body help ??

 채택된 답변

Wayne King
Wayne King 2013년 11월 27일
편집: Wayne King 2013년 11월 27일

0 개 추천

Hi Christine, you may want to increase the sensitivity a bit. Here, use the file I attach and run the following code.
im = imread('circle.png');
[centers1,radii1] = imfindcircles(im,[30 60],'ObjectPolarity','dark','Sensitivity',0.95);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

질문:

2013년 11월 27일

댓글:

2013년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by