how do i count two overlapping cell image as two cells instead of one big cell using image processing tool?
Show older comments
hi, I am a new user of MATLAB image processing tools and i want to process an image of sputum cells sample to detect how many cells are there in one sample image. but in some case, two or more cell are overlap. so how do i detect the cell as two cells overlapping instead of one single big cell.i here attach a sample image. thank you.

Answers (2)
Hasan alomari
on 23 Nov 2013
0 votes
did you try to use erosion ( imerode(im,se))?
1 Comment
Muhammad Asyraf
on 3 Dec 2013
Image Analyst
on 23 Nov 2013
0 votes
You can use marker controlled watershed segmentation. See http://www.mathworks.com/products/demos/image/watershed/ipexwatershed.html
2 Comments
Muhammad Asyraf
on 3 Dec 2013
Edited: Muhammad Asyraf
on 3 Dec 2013
Image Analyst
on 3 Dec 2013
Sorry about that.
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!