Operators |
decompose4 — Convert a four-channel image into four images.
decompose4(MultiChannelImage : Image1, Image2, Image3, Image4 : : )
The operator decompose4 converts a 4-channel image into four 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.
Multi-channel image.
Output image 1.
Output image 2.
Output image 3.
Output image 4.
access_channel, image_to_channels
Foundation
Operators |