MATLAB: Cell detection and segmentation on image with uneven background and low resolution

image processing cell segmentation

Hi everyone, I need to do cell detection and segmentation on images with low resolution and uneven background, I have attached the image. Does anyone have ideas about this? I have tried many filters include tophat, median and other regular ways to remove noise, but none seems to work.

Best Answer

Try texture segmentation and then the cell detection and segmentation. Check out Image Segmentation and Thresholding Resource Kit for all the information you may need.
Hope this helps.