how to find rounded object using circular hough transform ?
조회 수: 1 (최근 30일)
이전 댓글 표시
i am getting circles that showing the rounded objects in the image but along with that i am also getting the circles where the rounded object really not found. how to avoid this and to get only the circles around the rounded object or dots or blots which is my output (candidate region to be found).
댓글 수: 0
채택된 답변
Image Analyst
2014년 1월 3일
Try imfindcircles - it uses that method. Here's a demo by Brett that uses it: http://www.mathworks.com/matlabcentral/fileexchange/34365-findcirclesgui
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!