You are here: Start » AVL.NET » Function Reference » Image » Image Conversions » AVL.AppendImageChannel

AVL.AppendImageChannel

Appends a single valued channel to the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AppendImageChannel
(
	AvlNet.Image inImage,
	float inAppendedChannelValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAppendedChannelValuefloat
outImageAvlNet.ImageOutput image.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Input image cannot have 4 channels in AppendImageChannel.

See also