필터 지우기
필터 지우기

i want to count all those object that contain black dots?

조회 수: 1 (최근 30일)
sana saleeme
sana saleeme 2016년 5월 6일
댓글: Image Analyst 2016년 5월 8일
i want to count all those object that contain black dots?is there any method to remove all those objects that empty? here is my image. image Analyst
  댓글 수: 7
sana saleeme
sana saleeme 2016년 5월 7일
please help me guys. i need all of your's help.
sana saleeme
sana saleeme 2016년 5월 7일
is there any method to remove all the objects that does not contain parasites?please reply me

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

채택된 답변

Image Analyst
Image Analyst 2016년 5월 7일
First you need to do color segmentation to find all the light purple things. That's pretty easy - see my File Exchange or use the Color Thresholder App from the Apps tab on the MATLAB tool ribbon.
Then you need to split them apart because some round cells are overlapping. For that, see this: http://blogs.mathworks.com/steve/2013/11/19/watershed-transform-question-from-tech-support/.
Then you need to label with bwlabel() and call regionprops with a binary image that is split apart but still has the black dots in it. Ask for the Euler number. Count the number of results that have a Euler number less than 1.
  댓글 수: 3
sana saleeme
sana saleeme 2016년 5월 8일
how i can separate the black dots in regionprops ?
Image Analyst
Image Analyst 2016년 5월 8일
Once you segment the color, the black dots will be holes in the segmented image.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by