Convert one-channel images into a multichannel image
The operator channels_to_image converts several one-channel images into a multichannel image. The new definition domain is the average of the definition domains of the input images.
|
Images (input_object) |
singlechannelimage-array -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf |
| One-channel images to be combined into a one-channel image. | |
|
MultiChannelImage (output_object) |
multichannel-image -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf |
| Multichannel image. | |
channels_to_image is reentrant, local, and processed without parallelization.
Foundation