MergeChannels


Creates a multichannel image from several monochromatic ones.

Syntax

C++
Python
 
def MergeChannels(
	inMonoImage1: Image,
	inMonoImage2: Image,
	outImage: Image,
	/,
	*,
	inMonoImage3: Image | None = None,
	inMonoImage4: Image | None = None
)
-> None

Parameters

Name Type Default Description
Input value inMonoImage1 Image An image that becomes the first channel
Input value inMonoImage2 Image An image that becomes the second channel
Input value inMonoImage3 Image | None None An image that becomes the third channel
Input value inMonoImage4 Image | None None An image that becomes the fourth channel
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.