So I have a visible-light image and a set of fluorescent microscopic picture which consist of 2 channels, Green and Red.
Green channel signal happens on the whole cell's body. The red channel signal mostly happen on the membrane of the cell. There are 4 combinations possible: cell with no signal, cell with red and green signal, cell with red signal and cell with green signal.
The white channel's segmentation leads to a failure because of the low image quality and resolution. Green channel's segmentation is much easier because the a simple BW threshold can give us a good BW mask for the cells. However the red channel image is more tricky as I will explain below. A BW image generated from Green and Red channel is attached below to show the difference.
The objective of the experiment is: 1. Count the number of the cells with red signal. 2 For cells has red signals, check if it has green signal. I don't care about the cells without red signal.
But as you can see after BW thresholding, the red signal sometimes return solid cells; but more likely return a hollowed circular object and often incomplete. Is there a way to find out the region that covered by, or likely covered by the circular object? So I can find out the average green channel intensity within the region after registered the images.
I have attached the original red channel file. Thank you very much for your help!