16 #ifndef __IPSDKIPLARITHMETIC_MAXABSIMGIMG_H__ 17 #define __IPSDKIPLARITHMETIC_MAXABSIMGIMG_H__ 26 class MaxAbsImgImgLvl1;
71 #endif // __IPSDKIPLARITHMETIC_MAXABSIMGIMG_H__ IPSDKIPLARITHMETIC_API void maxAbsImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper function for maximum of absolute values of 2 images, pixel by pixel
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< MaxAbsImgImgLvl1 > maxAbsImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
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