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 | |
|---|---|---|---|---|
![]() |
inMonoImage1 | Image | An image that becomes the first channel | |
![]() |
inMonoImage2 | Image | An image that becomes the second channel | |
![]() |
inMonoImage3 | Image | None | None | An image that becomes the third channel |
![]() |
inMonoImage4 | Image | None | None | An image that becomes the fourth channel |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


