필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

detect circle between some shapes

조회 수: 1 (최근 30일)
safa
safa 2013년 5월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
hi,in my image has some shapes(circle,square,triangle) . how can I detect circle between other shapes? and can tell me how many circle there is in my image.thanks in advance

답변 (1개)

Image Analyst
Image Analyst 2013년 5월 18일
Have you tried imfindcircle() in the Image Processing Toolbox? Otherwise try hough() or somehow find all the objects and extract the circles based on their circularity = perimeter^2 / (4*pi*Area).
  댓글 수: 3
Image Analyst
Image Analyst 2013년 5월 19일
You forgot to tell us where you uploaded test.bmp.
safa
safa 2013년 5월 19일

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by