how do i count two overlapping cell image as two cells instead of one big cell using image processing tool?

조회 수: 2 (최근 30일)
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.

답변 (2개)

Hasan alomari
Hasan alomari 2013년 11월 23일
did you try to use erosion ( imerode(im,se))?

Image Analyst
Image Analyst 2013년 11월 23일
You can use marker controlled watershed segmentation. See http://www.mathworks.com/products/demos/image/watershed/ipexwatershed.html
Also see Steve's Blog

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by