You are here: Start » AVL.NET » AVS.SelectChannel Method
AVS.SelectChannel Method
Creates an image from a single channel of the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SelectChannel ( AvlNet.Image inImage, NullableRef<AvlNet.Region> inRoi, int inChannelIndex, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inRoi | AvlNet.NullableRef<AvlNet.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inChannelIndex | int | <0, 3> | ||
![]() | outImage | AvlNet.Image | Output image. |


