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
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inChannelIndexint<0, 3>
outImageAvlNet.ImageOutput image.

Function Overrides

See also