You are here: Start » AVL.NET » AVS.ConvertToMultichannel Method

AVS.ConvertToMultichannel Method

Creates a multichannel image from a monochromatic one by replicating its channel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConvertToMultichannel
(
	AvlNet.Image inMonoImage,
	NullableRef<AvlNet.Region> inRoi,
	int inNewDepth,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inMonoImageAvlNet.Image
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inNewDepthint<1, 4>3Default value: 3.
outImageAvlNet.ImageOutput image.

Function Overrides

See also