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
inImageAvlNet.ImageInput image.
inChannelIndexint<0, 3>
outImageAvlNet.ImageOutput image.

Function Overrides

See also