You are here: Start » AVL.NET » Invoke.MergeChannels
Creates a multichannel image from several monochromatic ones.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MergeChannels ( Avl.Image inMonoImage1, Avl.Image inMonoImage2, Optional<Avl.Image> inMonoImage3, Optional<Avl.Image> inMonoImage4, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage1 | Avl.Image | An image that becomes the first channel. | ||
![]() | inMonoImage2 | Avl.Image | An image that becomes the second channel. | ||
![]() | inMonoImage3 | Atl.Optional<Avl.Image> | An image that becomes the third channel. Default value: atl::NIL. | ||
![]() | inMonoImage4 | Atl.Optional<Avl.Image> | An image that becomes the fourth channel. Default value: atl::NIL. | ||
![]() | outImage | Avl.Image | Output image. |