필터 지우기
필터 지우기

How can I seperate overlapped objects in this image ?

조회 수: 12 (최근 30일)
Muhammet
Muhammet 2013년 7월 6일
Hi everybody.I am new to matlab and digital image processing.I am trying to count the objects in this image but there are many united objects and when I try to remove them using erosion some small objects are also being lost.Is there any working way to seperate objects on this image.Thank for any help.

채택된 답변

Image Analyst
Image Analyst 2013년 7월 6일
You might try marker controlled watershed segmentation, like in Steve's blog: http://www.mathworks.com/help/images/examples/marker-controlled-watershed-segmentation.html

추가 답변 (1개)

Elad
Elad 2013년 7월 6일
Detecting and Counting Objects with Circular Features:
It looks that the methods in the link, might work also for your image, try to play with the sensitivity of imfindcircles and the tolerance of RemoveOverLap functions.

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by