HALCON Reference Manual / Image / Channel Operators

decompose2 (Operator)

Name

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

Synopsis

decompose2(MultiChannelImage : Image1, Image2 : : )

Description

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

Parameters

MultiChannelImage (input_object) multichannel-image(-array) object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Multichannel image.

Image1 (output_object) singlechannelimage(-array) object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 1.

Image2 (output_object) singlechannelimage(-array) object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Output image 2.

Parallelization Information

decompose2 is reentrant and automatically parallelized (on tuple level).

Possible Predecessors

count_channels

Possible Successors

disp_image

Alternatives

access_channel, image_to_channels

See also

compose2

Module

Foundation


HALCON Reference Manual / Image / Channel Operators
Version 9.0.2 Copyright © 1996-2010 MVTec Software GmbH