Herror ::compose4 (
Hobject Image1,
Hobject Image2,
Hobject Image3,
Hobject Image4,
Hobject *MultiChannelImage
)
HImage HImage::Compose4 (
const HImageArray &Image2,
const HImageArray &Image3,
const HImageArray &Image4
) const
HImageArray HImageArray::Compose4 (
const HImageArray &Image2,
const HImageArray &Image3,
const HImageArray &Image4
) const
Convert 4 images into a four-channel image.
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.
Parameters
Image1 (input_object)
|
singlechannelimage(-array) -> Hobject: HImage(Array)
|
|
Input image 1. |
Image2 (input_object)
|
singlechannelimage(-array) -> Hobject: HImage(Array)
|
|
Input image 2. |
Image3 (input_object)
|
singlechannelimage(-array) -> Hobject: HImage(Array)
|
|
Input image 3. |
Image4 (input_object)
|
singlechannelimage(-array) -> Hobject: HImage(Array)
|
|
Input image 4. |
MultiChannelImage (output_object)
|
multichannel-image(-array) -> Hobject * : HImage(Array)
|
|
Multichannel image. |
Possible Successors
::disp_image
Alternatives
::append_channel
See also
::decompose4
Module
Image / region / XLD management
Copyright © 1996-2002 MVTec Software GmbH