You are here: Start » FIL.NET » FIS.SplitChannels Method
FIS.SplitChannels Method
Creates several monochromatic images from individual channels of the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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. |