Name
compose5compose5Compose5Compose5 — Convert 5 images into a five-channel image.
Herror compose5(const Hobject Image1, const Hobject Image2, const Hobject Image3, const Hobject Image4, const Hobject Image5, Hobject* MultiChannelImage)
Herror T_compose5(const Hobject Image1, const Hobject Image2, const Hobject Image3, const Hobject Image4, const Hobject Image5, Hobject* MultiChannelImage)
The operator compose5compose5Compose5Compose5Compose5 converts 5 one-channel images into
a 5-channel image. The definition domain is calculated as 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.
- 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.
disp_imagedisp_imageDispImageDispImageDispImage
append_channelappend_channelAppendChannelAppendChannelAppendChannel
decompose5decompose5Decompose5Decompose5Decompose5
Foundation