Operators |
decompose2 — Convert a two-channel image into two images.
decompose2(MultiChannelImage : Image1, Image2 : : )
The operator decompose2 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.
Multi-channel image.
Output image 1.
Output image 2.
access_channel, image_to_channels
Foundation
Operators |