Operator Reference

compose3compose3Compose3Compose3compose3 (Operator)

compose3compose3Compose3Compose3compose3 — Convert 3 images into a three-channel image.

Signature

compose3(Image1, Image2, Image3 : MultiChannelImage : : )

Herror compose3(const Hobject Image1, const Hobject Image2, const Hobject Image3, Hobject* MultiChannelImage)

Herror T_compose3(const Hobject Image1, const Hobject Image2, const Hobject Image3, Hobject* MultiChannelImage)

void Compose3(const HObject& Image1, const HObject& Image2, const HObject& Image3, HObject* MultiChannelImage)

HImage HImage::Compose3(const HImage& Image2, const HImage& Image3) const

def compose3(image_1: HObject, image_2: HObject, image_3: HObject) -> HObject

Description

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

Execution Information

  • Supports objects on compute devices.
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).
  • Multithreading scope: global (may be called from any thread).
  • Automatically parallelized on tuple level.

Parameters

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

Input image 1.

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

Input image 2.

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

Input image 3.

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

Multi-channel image.

Possible Successors

disp_imagedisp_imageDispImageDispImagedisp_image

Alternatives

append_channelappend_channelAppendChannelAppendChannelappend_channel

See also

decompose3decompose3Decompose3Decompose3decompose3

Module

Foundation