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


