Back to FabImage Library Lite websiteYou are here:
Start »
Image »
Image Conversions »
AppendImageChannel
| Header: |
FIL.h
|
| Namespace: |
fil |
Appends a single valued channel to the input image.
Syntax
void fil::AppendImageChannel
(
const fil::Image& inImage,
const float inAppendedChannelValue,
fil::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. |