Back to Aurora Vision Library website
You are here: Start » Function Reference » Image » Image Conversions » 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 | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inAppendedChannelValue | const float | ||
![]() |
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. |


