You are here: Start » AVL.NET » Invoke.SplitChannels
Creates several monochromatic images from individual channels of the input image.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SplitChannels ( Avl.Image inImage, Optional<Avl.Image> outMonoImage1, Optional<Avl.Image> outMonoImage2, Optional<Avl.Image> outMonoImage3, Optional<Avl.Image> outMonoImage4 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | outMonoImage1 | Atl.Optional<Avl.Image> | Image of the first channel. | ||
![]() | outMonoImage2 | Atl.Optional<Avl.Image> | Image of the second channel (if exists). | ||
![]() | outMonoImage3 | Atl.Optional<Avl.Image> | Image of the third channel (if exists). | ||
![]() | outMonoImage4 | Atl.Optional<Avl.Image> | Image of the fourth channel (if exists). |