How can I use " imfindcircles" ?

조회 수: 1 (최근 30일)
Christine Ak
Christine Ak 2013년 11월 27일
댓글: Christine Ak 2013년 11월 27일
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일
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);
  댓글 수: 1
Christine Ak
Christine Ak 2013년 11월 27일
thxxx Alot .. it was helpful :D

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by