Operators |
compose2 — Convert two images into a two-channel image.
compose2(Image1, Image2 : MultiChannelImage : : )
The operator compose2 converts 2 one-channel images into a 2-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.
Multi-channel image.
Foundation
Operators |