AppendImageChannel
Appends a single valued channel to the input image.
Syntax
C++
Python
def AppendImageChannel( inImage: Image, inAppendedChannelValue: float, outImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inAppendedChannelValue | float | ||
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


