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, NullableRef<FilNet.Region> inRoi, int inChannelIndex, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inChannelIndex | int | <0, 3> | ||
![]() | outImage | FilNet.Image | Output image. |