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