IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
AppendColorChannelImg.h File Reference

Wrapper functions for Generates a color image by merging the color channel of the two input images. More...

#include <IPSDKIPL/IPSDKIPLColor/IPSDKIPLColorExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::color
 Namespace aggregating color operations on images.
 

Functions

IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::appendColorChannelImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 wrapper function for Generates a color images by merging the color channel of the two input images More...
 
IPSDKIPLCOLOR_API void ipsdk::imaproc::color::appendColorChannelImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
 wrapper function for Generates a color images by merging the color channel of the two input images More...
 
IPSDKIPLCOLOR_API boost::shared_ptr< AppendColorChannelImgLvl1 > ipsdk::imaproc::color::appendColorChannelImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API boost::shared_ptr< AppendColorChannelImgLvl1 > ipsdk::imaproc::color::appendColorChannelImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLCOLOR_API image::ImagePtr ipsdk::imaproc::color::getAsyncProcessorOutput (boost::shared_ptr< AppendColorChannelImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Generates a color image by merging the color channel of the two input images.

Author
R. Abbal
Date
2022/07/01