Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Conversions » AppendImageChannel
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Appends a single valued channel to the input image.
Syntax
C++
C#
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. |