Login  Register

counting cells in confocal images

Posted by leonliev on Jun 06, 2011; 6:31am
URL: http://imagej.273.s1.nabble.com/counting-cells-in-confocal-images-tp3684340.html

Hi all,

Sorry, i already posted this once, but it did not get accepted by the mailinglist due to my own stupidity. one more try:

I’m pretty new to ImageJ, but I guess I already need some professional results out of the program. I hope there’s somebody who can help me with it. I am analyzing images (TIFF RGB, 787x787 pixels) I obtained doing confocal microscopy, resulting in fluorescent slide images in three colors (red, green, blue). In these slides, there are stained cell nuclei, in different gradations of signal strength for each channel. What I need to do is RGB split the channels, then for the blue channel simply count the amount of cells in it, and for the other two channels count the low, medium and high positive cells. I already tried to make a schematic overview of how the workflow is about to take place:

- Split channel RGB
- Set threshold so that histogram is fully maxed out from 0 to 255 for each channel
- Divide red and green image in three sub images (leave blue channel as it is)
   o Image A including all grayscales from 1 to 85
   o Image B including all grayscales from 86 to 190
   o Image C including all grayscales from 191 to 255
- For all 7 images (3x red, 3x green, 1x blue), set threshold again from 0 to 255
- Count the number of positive cells in each image. Cells are not necessarily round, but are normally 10-20 pixels in diameter. I’m also not entirely sure how to threshold this. There is low background in the images, but there’s always some. Cell nuclei are always more positive, and we need to count them all. I know this isnt a very analytical view, but any advise is welcome!
- Give a total area result of all positive cells

I’m not entirely sure if this is the best way to tackle the subject, any opinions are welcome. Is there anybody who can help me write this as a macro? Is everything I wish to do actually do-able with a macro? All the help you can give me is much appreciated, thanks in advance!

Best regards,
Leon van Gurp