channels_to_imagechannels_to_imageChannelsToImageChannelsToImage (Operator)

Name

channels_to_imagechannels_to_imageChannelsToImageChannelsToImage — Convert one-channel images into a multi-channel image

Signature

channels_to_image(Images : MultiChannelImage : : )

Herror channels_to_image(const Hobject Images, Hobject* MultiChannelImage)

Herror T_channels_to_image(const Hobject Images, Hobject* MultiChannelImage)

void ChannelsToImage(const HObject& Images, HObject* MultiChannelImage)

HImage HImage::ChannelsToImage() const

static void HOperatorSet.ChannelsToImage(HObject images, out HObject multiChannelImage)

HImage HImage.ChannelsToImage()

Description

The operator channels_to_imagechannels_to_imageChannelsToImageChannelsToImageChannelsToImage converts several one-channel images into a multi-channel image. The new definition domain is 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

Parameters

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

One-channel images to be combined into a one-channel image.

MultiChannelImageMultiChannelImageMultiChannelImageMultiChannelImagemultiChannelImage (output_object)  multichannel-image objectHImageHImageHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Multi-channel image.

Possible Successors

count_channelscount_channelsCountChannelsCountChannelsCountChannels, disp_imagedisp_imageDispImageDispImageDispImage

See also

image_to_channelsimage_to_channelsImageToChannelsImageToChannelsImageToChannels

Module

Foundation