How can I use " imfindcircles" ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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 ??
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153301/image.png)
댓글 수: 0
채택된 답변
Wayne King
2013년 11월 27일
편집: Wayne King
2013년 11월 27일
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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!