15 #ifndef __IPSDKIPLARITHMETIC_ROUNDIMG_H__ 16 #define __IPSDKIPLARITHMETIC_ROUNDIMG_H__ 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