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
Input value inImage Image Input image
Input value inAppendedChannelValue float
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.