IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
AppendSeqImg.h File Reference

Wrapper functions for concatenation of 2 image sequences. More...

#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::util
 Namespace agregating image processing utility algorithm.
 

Functions

IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::appendSeqImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 wrapper function for image comparison algorithm More...
 
IPSDKIPLUTILITY_API void ipsdk::imaproc::util::appendSeqImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
 
IPSDKIPLUTILITY_API boost::shared_ptr< AppendSeqImgLvl1 > ipsdk::imaproc::util::appendSeqImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API boost::shared_ptr< AppendSeqImgLvl1 > ipsdk::imaproc::util::appendSeqImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for concatenation of 2 image sequences.

Author
H. Delestre
Date
2016/06/20