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

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
inImageAvl.ImageInput image.
outMonoImage1Atl.Optional<Avl.Image>Image of the first channel.
outMonoImage2Atl.Optional<Avl.Image>Image of the second channel (if exists).
outMonoImage3Atl.Optional<Avl.Image>Image of the third channel (if exists).
outMonoImage4Atl.Optional<Avl.Image>Image of the fourth channel (if exists).

See also