ClassesClassesClassesClasses | | | | Operators

compose7compose7Compose7compose7Compose7Compose7 (Operator)

Name

compose7compose7Compose7compose7Compose7Compose7 — Convert 7 images into a seven-channel image.

Signature

compose7(Image1, Image2, Image3, Image4, Image5, Image6, Image7 : MultiChannelImage : : )

Herror compose7(const Hobject Image1, const Hobject Image2, const Hobject Image3, const Hobject Image4, const Hobject Image5, const Hobject Image6, const Hobject Image7, Hobject* MultiChannelImage)

Herror T_compose7(const Hobject Image1, const Hobject Image2, const Hobject Image3, const Hobject Image4, const Hobject Image5, const Hobject Image6, const Hobject Image7, Hobject* MultiChannelImage)

Herror compose7(Hobject Image1, Hobject Image2, Hobject Image3, Hobject Image4, Hobject Image5, Hobject Image6, Hobject Image7, Hobject* MultiChannelImage)

HImage HImage::Compose7(const HImage& Image2, const HImage& Image3, const HImage& Image4, const HImage& Image5, const HImage& Image6, const HImage& Image7) const

HImageArray HImageArray::Compose7(const HImageArray& Image2, const HImageArray& Image3, const HImageArray& Image4, const HImageArray& Image5, const HImageArray& Image6, const HImageArray& Image7) const

void Compose7(const HObject& Image1, const HObject& Image2, const HObject& Image3, const HObject& Image4, const HObject& Image5, const HObject& Image6, const HObject& Image7, HObject* MultiChannelImage)

HImage HImage::Compose7(const HImage& Image2, const HImage& Image3, const HImage& Image4, const HImage& Image5, const HImage& Image6, const HImage& Image7) const

void HOperatorSetX.Compose7(
[in] IHUntypedObjectX* Image1, [in] IHUntypedObjectX* Image2, [in] IHUntypedObjectX* Image3, [in] IHUntypedObjectX* Image4, [in] IHUntypedObjectX* Image5, [in] IHUntypedObjectX* Image6, [in] IHUntypedObjectX* Image7, [out] IHUntypedObjectX*MultiChannelImage)

IHImageX* HImageX.Compose7(
[in] IHImageX* Image2, [in] IHImageX* Image3, [in] IHImageX* Image4, [in] IHImageX* Image5, [in] IHImageX* Image6, [in] IHImageX* Image7)

static void HOperatorSet.Compose7(HObject image1, HObject image2, HObject image3, HObject image4, HObject image5, HObject image6, HObject image7, out HObject multiChannelImage)

HImage HImage.Compose7(HImage image2, HImage image3, HImage image4, HImage image5, HImage image6, HImage image7)

Description

The operator compose7compose7Compose7compose7Compose7Compose7 converts 7 one-channel images into a 7-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.

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

Input image 3.

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

Input image 4.

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

Input image 5.

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

Input image 6.

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

Input image 7.

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

decompose7decompose7Decompose7decompose7Decompose7Decompose7

Module

Foundation


ClassesClassesClassesClasses | | | | Operators