You are here: Start » FIL.NET » FIS.SelectChannel Method
FIS.SelectChannel Method
Creates an image from a single channel of the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SelectChannel ( FilNet.Image inImage, int inChannelIndex, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inChannelIndex | int | <0, 3> | ||
![]() | outImage | FilNet.Image | Output image. |