You are here: Start » AVL.NET » Invoke.ConvertToMultichannel

Invoke.ConvertToMultichannel

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ConvertToMultichannel
(
	Avl.Image inMonoImage,
	Optional<Avl.Region> inRoi,
	int inNewDepth,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inMonoImageAvl.Image
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inNewDepthint<1, 4>3Default value: 3.
outImageAvl.ImageOutput image.

See also