channels_to_imagechannels_to_imageChannelsToImageChannelsToImagechannels_to_image (Operator)
Name
channels_to_imagechannels_to_imageChannelsToImageChannelsToImagechannels_to_image
— Convert one-channel images into a multi-channel image
Signature
def channels_to_image(images: HObject) -> HObject
Description
The operator channels_to_imagechannels_to_imageChannelsToImageChannelsToImageChannelsToImagechannels_to_image
converts several
one-channel images into a multi-channel image. The new definition
domain is the intersection of the definition domains of the input
images.
No new storage is allocated for the multi-channel image.
Instead, the created multi-channel image contains references to the existing
input images.
Execution Information
- Supports objects on compute devices.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
ImagesImagesImagesImagesimagesimages
(input_object) singlechannelimage-array →
objectHImageHObjectHImageHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
One-channel images to be combined into a
one-channel image.
MultiChannelImageMultiChannelImageMultiChannelImageMultiChannelImagemultiChannelImagemulti_channel_image
(output_object) multichannel-image →
objectHImageHObjectHImageHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Multi-channel image.
Possible Successors
count_channelscount_channelsCountChannelsCountChannelsCountChannelscount_channels
,
disp_imagedisp_imageDispImageDispImageDispImagedisp_image
See also
image_to_channelsimage_to_channelsImageToChannelsImageToChannelsImageToChannelsimage_to_channels
Module
Foundation