ecl-logo Documentation

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

Examples

Basic Examples  (5)

Combine three images as red, green and blue:

Combine two images as red and green:

Combine two images as green and blue:

Return a red colorized single image:

Return a blue colorized single image:

Additional Examples  (2)

Combine two images as red and blue:

Return a green colorized single image:

Options  (8)

ImageDimensions  (4)

Automatically set the dimensions of the final RGB image:

Manually set the dimensions of the final RGB image:

Manually set the only the x-dimension of the final RGB image:

Manually set the only the y-dimension of the final RGB image:

Overlay  (2)

Return all the fluorescent images overlaid onto one image:

Return all the colorized fluorescent images individually:

OverlayChannels  (2)

Create an overlaid image with all of the fluorescent channels present:

Create an overlaid image with only a subset of the fluorescent channels present: