ClassesClassesClassesClasses | | | | Operators

compose2compose2Compose2compose2Compose2Compose2 (Operator)

Name

compose2compose2Compose2compose2Compose2Compose2 — Convert two images into a two-channel image.

Signature

compose2(Image1, Image2 : MultiChannelImage : : )

Herror compose2(const Hobject Image1, const Hobject Image2, Hobject* MultiChannelImage)

Herror T_compose2(const Hobject Image1, const Hobject Image2, Hobject* MultiChannelImage)

Herror compose2(Hobject Image1, Hobject Image2, Hobject* MultiChannelImage)

HImage HImage::Compose2(const HImage& Image2) const

HImageArray HImageArray::Compose2(const HImageArray& Image2) const

void Compose2(const HObject& Image1, const HObject& Image2, HObject* MultiChannelImage)

HImage HImage::Compose2(const HImage& Image2) const

void HOperatorSetX.Compose2(
[in] IHUntypedObjectX* Image1, [in] IHUntypedObjectX* Image2, [out] IHUntypedObjectX*MultiChannelImage)

IHImageX* HImageX.Compose2([in] IHImageX* Image2)

static void HOperatorSet.Compose2(HObject image1, HObject image2, out HObject multiChannelImage)

HImage HImage.Compose2(HImage image2)

Description

The operator compose2compose2Compose2compose2Compose2Compose2 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.

Parallelization

Parameters

Image1Image1Image1Image1Image1image1 (input_object)  singlechannelimage(-array) objectHImageHImageHImageHImageXHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Input image 1.

Image2Image2Image2Image2Image2image2 (input_object)  singlechannelimage(-array) objectHImageHImageHImageHImageXHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Input image 2.

MultiChannelImageMultiChannelImageMultiChannelImageMultiChannelImageMultiChannelImagemultiChannelImage (output_object)  multichannel-image(-array) objectHImageHImageHImageHImageXHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Multi-channel image.

Possible Successors

disp_imagedisp_imageDispImagedisp_imageDispImageDispImage

Alternatives

append_channelappend_channelAppendChannelappend_channelAppendChannelAppendChannel

See also

decompose2decompose2Decompose2decompose2Decompose2Decompose2

Module

Foundation


ClassesClassesClassesClasses | | | | Operators