![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Generates a color image by merging the color channel of the two input images. More...
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 | |
Wrapper functions for Generates a color image by merging the color channel of the two input images.
1.8.14