필터 지우기
필터 지우기

Segmenatation for an image.

조회 수: 1 (최근 30일)
mecheal
mecheal 2013년 7월 22일
how can i segment and count the number of non overlapping blood cells in this image :
i need a code for doing this...

답변 (2개)

Image Analyst
Image Analyst 2013년 7월 22일
First of all, look over my image segmentation demo. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 Then look at how I filter out coins based on size. You need to do the same thing. If they overlap the size will be a lot bigger than if they don't overlap. So you just need to tweak the area value in my code and it should work for you.
  댓글 수: 9
mecheal
mecheal 2013년 7월 23일
great idea MR. matt ,, but i ran ur code , there was a small problem , u count a overlapped cells , i just want u to modify ur code to just count the UNOVERLAPPED CELLS ,,,WITH GREAT REGARDS,,,
Matt Kindig
Matt Kindig 2013년 7월 23일
See my comment immediately above. In general, I think it will be easier to count all cells (overlapped and non-overlapped alike), and remove the overlapping ones.
To identify the overlapping ones, you can (as Image Analyst stated) use an area criterion, removing all identified cells that exceed some threshold area. In my code above, I showed you how to visualize the areas of the various regions. I'll let you implement the logic about how to identify the overlapping cells.

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


Elad
Elad 2013년 7월 23일

카테고리

Help CenterFile Exchange에서 Blue에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by