HALCON Reference Manual 10.0.2
Name
compose6compose6compose6Compose6Compose6 — Convert 6 images into a six-channel image.
Herror compose6(const Hobject Image1, const Hobject Image2, const Hobject Image3, const Hobject Image4, const Hobject Image5, const Hobject Image6, Hobject* MultiChannelImage)
Herror T_compose6(const Hobject Image1, const Hobject Image2, const Hobject Image3, const Hobject Image4, const Hobject Image5, const Hobject Image6, Hobject* MultiChannelImage)
Herror compose6(Hobject Image1, Hobject Image2, Hobject Image3, Hobject Image4, Hobject Image5, Hobject Image6, Hobject* MultiChannelImage)
HImage HImage::Compose6(const HImage& Image2, const HImage& Image3, const HImage& Image4, const HImage& Image5, const HImage& Image6) const
HImageArray HImageArray::Compose6(const HImageArray& Image2, const HImageArray& Image3, const HImageArray& Image4, const HImageArray& Image5, const HImageArray& Image6) const
void HOperatorSetX.Compose6(
[in] IHUntypedObjectX* Image1, [in] IHUntypedObjectX* Image2, [in] IHUntypedObjectX* Image3, [in] IHUntypedObjectX* Image4, [in] IHUntypedObjectX* Image5, [in] IHUntypedObjectX* Image6, [out] IHUntypedObjectX** MultiChannelImage)
IHImageX* HImageX.Compose6(
[in] IHImageX* Image2, [in] IHImageX* Image3, [in] IHImageX* Image4, [in] IHImageX* Image5, [in] IHImageX* Image6)
static void HOperatorSet.Compose6(HObject image1, HObject image2, HObject image3, HObject image4, HObject image5, HObject image6, out HObject multiChannelImage)
HImage HImage.Compose6(HImage image2, HImage image3, HImage image4, HImage image5, HImage image6)
The operator compose6compose6compose6Compose6Compose6 converts 6 one-channel images into
a 6-channel image. The definition domain is calculated as the
intersection of the definition domains of the input images.
- 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.
disp_imagedisp_imagedisp_imageDispImageDispImage
append_channelappend_channelappend_channelAppendChannelAppendChannel
decompose6decompose6decompose6Decompose6Decompose6
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |