You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inMonoImage | Avl.Image | |||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inNewDepth | int | <1, 4> | 3 | Default value: 3. |
![]() | outImage | Avl.Image | Output image. |