Back to Aurora Vision Library Lite websiteYou are here:
Start »
Image »
Image Conversions »
AppendImageChannel
| Header: |
AVL.h
|
| Namespace: |
avl |
Appends a single valued channel to the input image.
Syntax
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. |