Operators |
append_channel — Append additional matrices (channels) to the image.
append_channel(MultiChannelImage, Image : ImageExtended : : )
The operator append_channel appends the matrices of the image Image to the matrices of MultiChannelImage. The result is an image containing as many matrices (channels) as MultiChannelImage and Image combined. The definition domain of the output image is calculated as the intersection of the definition domains of both input images. MultiChannelImage may be a region only that is then interpreted as the definition domain of an image without channels. No new storage is allocated for the multi-channel image. Instead, the created multi-channel image contains references to the existing input images.
Multi-channel image.
Image to be appended.
Image appended by Image.
compose2, compose3, compose4, compose5
Foundation
Operators |