HALCON Reference Manual / Image / Channel Operators

append_channel (Operator)

Name

append_channel — Append additional matrices (channels) to the image.

Synopsis

append_channel(MultiChannelImage, Image : ImageExtended : : )

Description

The operator append_channel appends the matrices of the image Image to the matrices of MultiChannelImage. The result is an image containing as many matrices (channels) as MultiChannelImage and Image combined. The definition domain of the ouptput image is calculated as the average of the definition domains of both input images.

Parameters

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

Image (input_object) image object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Image to be appended.

ImageExtended (output_object) multichannel-image object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Image appended by Image.

Parallelization Information

append_channel is reentrant and processed without parallelization.

Possible Successors

disp_image

Alternatives

compose2, compose3, compose4, compose5

Module

Foundation


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