i need to find cicrles in below black and white image

조회 수: 3 (최근 30일)
chandra sattar
chandra sattar 2014년 10월 28일
답변: Bruno Pop-Stefanov 2014년 10월 28일
hi. ineed find the cicrles and as well i need to display the co ordinates of cicrles in matlab can snippet code or paper would be helpful for me
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2014년 10월 28일
Chandra - there is no image attached to your question. Make sure you press the Attach File button once you have selected the file.

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

답변 (1개)

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014년 10월 28일
You can use the imfindcircles function from Image Processing Toolbox to find circles in an image using the Hough transform and use viscircles to display them.
Look at the examples in the links above for code snippets.

Community Treasure Hunt

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

Start Hunting!

Translated by