Operators |
decompose3 — Convert a three-channel image into three images.
decompose3(MultiChannelImage : Image1, Image2, Image3 : : )
The operator decompose3 converts a 3-channel image into three 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.
access_channel, image_to_channels
Foundation
Operators |