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, int inChannelIndex, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inChannelIndex | int | <0, 3> | ||
![]() | outImage | AvlNet.Image | Output image. |


