You are here: Start » FIL.NET » FIL.SplitChannels
Creates several monochromatic images from individual channels of the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SplitChannels ( FilNet.Image inImage, FilNet.Image outMonoImage1, FilNet.Image outMonoImage2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outMonoImage1 | FilNet.Image | Image of the first channel. | ||
![]() | outMonoImage2 | FilNet.Image | Image of the second channel. |
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.
Examples
![]() An example image used as inImage. |
![]() The resulting outMonoImage1. |
![]() The resulting outMonoImage2. |
![]() The resulting outMonoImage3. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.