Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Conversions » AppendImageChannel

AppendImageChannel


Header: AVL.h
Namespace: avl
Module: FoundationLite

Appends a single valued channel to the input image.

Syntax

C++
C#
 
void avl::AppendImageChannel
(
	const avl::Image& inImage,
	const float inAppendedChannelValue,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Input value inAppendedChannelValue const float
Output value outImage Image& Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

List of possible exceptions:

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