IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RoundImg.h
Go to the documentation of this file.
1 // RoundImg.h:
3 // -----------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_ROUNDIMG_H__
16 #define __IPSDKIPLARITHMETIC_ROUNDIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class RoundImgLvl1;
26 
29 
35 roundImg(const image::ImageConstPtr& pInRealImg,
36  const image::eImageBufferType& inConvertImageBufferType);
38 roundImg(const image::ImageConstPtr& pInRealImg,
39  const image::ImagePtr& pOutImg);
41 
44 IPSDKIPLARITHMETIC_API boost::shared_ptr<RoundImgLvl1>
45 roundImg_async(const image::ImageConstPtr& pInRealImg,
46  const image::eImageBufferType& inConvertImageBufferType);
47 IPSDKIPLARITHMETIC_API boost::shared_ptr<RoundImgLvl1>
48 roundImg_async(const image::ImageConstPtr& pInRealImg,
49  const image::ImagePtr& pOutImg);
51 
55 getAsyncProcessorOutput(boost::shared_ptr<RoundImgLvl1> pProcessor);
59 
60 } // end of namespace arithm
61 } // end of namespace imaproc
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKIPLARITHMETIC_ROUNDIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
IPSDKIPLARITHMETIC_API image::ImagePtr roundImg(const image::ImageConstPtr &pInRealImg, const image::eImageBufferType &inConvertImageBufferType)
wrapper function for Round values of a floating point image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< RoundImgLvl1 > roundImg_async(const image::ImageConstPtr &pInRealImg, const image::eImageBufferType &inConvertImageBufferType)
asynchronous wrappers
IPSDKIPLARITHMETIC_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AbsImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr