Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Conversions » SplitChannels_OrNil

SplitChannels_OrNil


Module: FoundationLite

Creates several monochromatic images from individual channels of the input image and sets Nil for channels that are not present.

Name Type Description
Input value inImage Image Input image
Output value outMonoImage1 Image? Image of the first channel
Output value outMonoImage2 Image? Image of the second channel (if exists)
Output value outMonoImage3 Image? Image of the third channel (if exists)
Output value outMonoImage4 Image? Image of the fourth channel (if exists)

Description

The operation extracts the color channels of inImage as separate monochromatic images. Outputs corresponding to non-existing channels of an image are set to Nil.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • SelectChannel – Creates an image from a single channel of the input image.
  • MergeChannels – Creates a multichannel image from several monochromatic ones.
  • SplitChannels – Creates several monochromatic images from individual channels of the input image.