decompose2decompose2Decompose2Decompose2decompose2 (Operator)
Name
decompose2decompose2Decompose2Decompose2decompose2
— Convert a two-channel image into two images.
Signature
Description
The operator decompose2decompose2Decompose2Decompose2Decompose2decompose2
converts a 2-channel image into
two one-channel images with the same definition domain.
No new storage is allocated for the output images.
Instead, the created images contain references to the existing
input image channels.
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).
- Automatically parallelized on tuple level.
Parameters
MultiChannelImageMultiChannelImageMultiChannelImageMultiChannelImagemultiChannelImagemulti_channel_image
(input_object) multichannel-image(-array) →
objectHImageHObjectHImageHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Multi-channel image.
Image1Image1Image1Image1image1image_1
(output_object) singlechannelimage(-array) →
objectHImageHObjectHImageHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 1.
Image2Image2Image2Image2image2image_2
(output_object) singlechannelimage(-array) →
objectHImageHObjectHImageHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 2.
Possible Predecessors
count_channelscount_channelsCountChannelsCountChannelsCountChannelscount_channels
Possible Successors
disp_imagedisp_imageDispImageDispImageDispImagedisp_image
Alternatives
access_channelaccess_channelAccessChannelAccessChannelAccessChannelaccess_channel
,
image_to_channelsimage_to_channelsImageToChannelsImageToChannelsImageToChannelsimage_to_channels
See also
compose2compose2Compose2Compose2Compose2compose2
Module
Foundation