Name
decompose5decompose5Decompose5Decompose5 — Convert a five-channel image into five images.
Herror decompose5(const Hobject MultiChannelImage, Hobject* Image1, Hobject* Image2, Hobject* Image3, Hobject* Image4, Hobject* Image5)
Herror T_decompose5(const Hobject MultiChannelImage, Hobject* Image1, Hobject* Image2, Hobject* Image3, Hobject* Image4, Hobject* Image5)
The operator decompose5decompose5Decompose5Decompose5Decompose5 converts a 5-channel image into
five 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.
- 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.
count_channelscount_channelsCountChannelsCountChannelsCountChannels
disp_imagedisp_imageDispImageDispImageDispImage
access_channelaccess_channelAccessChannelAccessChannelAccessChannel,
image_to_channelsimage_to_channelsImageToChannelsImageToChannelsImageToChannels
compose5compose5Compose5Compose5Compose5
Foundation