CombineFluorescentImages
CombineFluorescentImages[redImage,greenImage,blueImage,Overlay->True]⟹overlayedImage
creates a false colored RGB image of the provided redImage, greenImage, and blueImage.
CombineFluorescentImages[redImage,greenImage,blueImage,Overlay->False]⟹coloredImages
creates false colored images of the provided redImage, greenImage, and blueImage.
CombineFluorescentImages[Null,Null,Null]⟹Null
returns Null when all the inputs are Null.
Details
- This function can combine up to three black and white images. Each of the three provided images represents one channel in an RGB image, hence the inputs being 'redImage', 'greenImage', and 'blueImage' (the three channels in an RGB image). However, one does not always need to provide images for all three channels. In the case where there is a Null instead of an image provided for a channel, that channel won't be used in the ColorCombine overlay.
Input

Output

General Options
