IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CopyImg.h
Go to the documentation of this file.
1 // CopyImg.h:
3 // ----------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_COPYIMG_H__
16 #define __IPSDKIPLUTILITY_COPYIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace util {
24 
25 class CopyImgLvl1;
26 
29 
35 copyImg(const image::ImageConstPtr& pInImg);
37 copyImg(const image::ImageConstPtr& pInImg,
38  const image::ImagePtr& pOutImg);
40 
43 IPSDKIPLUTILITY_API boost::shared_ptr<CopyImgLvl1>
44 copyImg_async(const image::ImageConstPtr& pInImg);
45 IPSDKIPLUTILITY_API boost::shared_ptr<CopyImgLvl1>
47  const image::ImagePtr& pOutImg);
49 
53 getAsyncProcessorOutput(boost::shared_ptr<CopyImgLvl1> pProcessor);
55 
58 
59 } // end of namespace util
60 } // end of namespace imaproc
61 } // end of namespace ipsdk
62 
63 #endif // __IPSDKIPLUTILITY_COPYIMG_H__
#define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLUTILITY_API image::ImagePtr copyImg(const image::ImageConstPtr &pInImg)
wrapper function for image copy algorithm
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLUTILITY_API boost::shared_ptr< CopyImgLvl1 > copyImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor