You are here: Start » AVL.NET » AVL.SelectChannel(AvlNet.Image, int, AvlNet.Image)

AVL.SelectChannel(AvlNet.Image, int, AvlNet.Image)

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,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inChannelIndex
Type: System.Int32
outImage
Type: AvlNet.Image
Output image

Remarks

See full override for more details.

See also