15 #ifndef __IPSDKIPLARITHMETIC_ABSIMG_H__ 16 #define __IPSDKIPLARITHMETIC_ABSIMG_H__ 63 #endif // __IPSDKIPLARITHMETIC_ABSIMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
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
IPSDKIPLARITHMETIC_API boost::shared_ptr< AbsImgLvl1 > absImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLARITHMETIC_API image::ImagePtr absImg(const image::ImageConstPtr &pInImg)
wrapper function for computation of the absolute value of an image, pixel by pixel ...