Hi,
I am a newbie to Knime, so building my first workflow with much help from the examples. I have images with three channels - red, green and bright field. I have used the brightfield to create a mask, applied this to the red and green images, and taken the average fluorsecence from each cell. Now I want to create a second mask, using the red channel (I have bright puncta here I want to exclude), combine the mask with the one created from the bright field, and then apply this mask to the green channel. I tried to threshold the masked red image to create the second mask but of course I just get back the same mask as before. Is there a way to exclude the 'masked' pixels, eg convert them to NaN, then the threshold node will just look at the pixels within the cell? I also tried to just mask the red image, global threshold works for some images but not for others, I need it to be robust, is there a way to make it more stringent? Or is there another obvious approach to this problem?
I attach my knime workflow, but without data as it is too big without.
Another quick question, is there a good place to read up onthe different pixels types within knime, some I know but most I don't.
Thanks