IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ConvertImg.h
Go to the documentation of this file.
1 // ConvertImg.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_CONVERTIMG_H__
16 #define __IPSDKIPLUTILITY_CONVERTIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace util {
24 
25 class ConvertImgLvl1;
26 
29 
35 convertImg(const image::ImageConstPtr& pInImg,
36  const image::eImageBufferType& inConvertImageBufferType);
38 convertImg(const image::ImageConstPtr& pInImg,
39  const image::ImagePtr& pOutImg);
41 
44 IPSDKIPLUTILITY_API boost::shared_ptr<ConvertImgLvl1>
46  const image::eImageBufferType& inConvertImageBufferType);
47 IPSDKIPLUTILITY_API boost::shared_ptr<ConvertImgLvl1>
49  const image::ImagePtr& pOutImg);
51 
55 getAsyncProcessorOutput(boost::shared_ptr<ConvertImgLvl1> pProcessor);
57 
60 
61 } // end of namespace util
62 } // end of namespace imaproc
63 } // end of namespace ipsdk
64 
65 #endif // __IPSDKIPLUTILITY_CONVERTIMG_H__
#define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLUTILITY_API boost::shared_ptr< ConvertImgLvl1 > convertImg_async(const image::ImageConstPtr &pInImg, const image::eImageBufferType &inConvertImageBufferType)
asynchronous wrappers
Definition of import/export macro for library.
IPSDKIPLUTILITY_API image::ImagePtr convertImg(const image::ImageConstPtr &pInImg, const image::eImageBufferType &inConvertImageBufferType)
wrapper function for image conversion algorithm
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor