HALCON Reference Manual 10.0.2
Table of Contents / Image / Channel ClassesClassesClasses | | | Operators

decompose2decompose2decompose2Decompose2Decompose2 (Operator)

Name

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

Signature

decompose2(MultiChannelImage : Image1, Image2 : : )

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

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

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

HImage HImage::Decompose2(HImage* Image2) const

HImageArray HImageArray::Decompose2(HImageArray* Image2) const

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

IHImageX* HImageX.Decompose2([out] IHImageX*Image2)

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

HImage HImage.Decompose2(out HImage image2)

Description

The operator decompose2decompose2decompose2Decompose2Decompose2 converts a 2-channel image into two one-channel images with the same definition domain.

Parallelization

Parameters

MultiChannelImageMultiChannelImageMultiChannelImageMultiChannelImagemultiChannelImage (input_object)  multichannel-image(-array) objectHImageHImageHImageXHobject (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Multichannel image.

Image1Image1Image1Image1image1 (output_object)  singlechannelimage(-array) objectHImageHImageHImageXHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Output image 1.

Image2Image2Image2Image2image2 (output_object)  singlechannelimage(-array) objectHImageHImageHImageXHobject * (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)

Output image 2.

Possible Predecessors

count_channelscount_channelscount_channelsCountChannelsCountChannels

Possible Successors

disp_imagedisp_imagedisp_imageDispImageDispImage

Alternatives

access_channelaccess_channelaccess_channelAccessChannelAccessChannel, image_to_channelsimage_to_channelsimage_to_channelsImageToChannelsImageToChannels

See also

compose2compose2compose2Compose2Compose2

Module

Foundation


Table of Contents / Image / Channel ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH