15 #ifndef __IPSDKIPLARITHMETIC_MINIMGIMG_H__ 16 #define __IPSDKIPLARITHMETIC_MINIMGIMG_H__ 69 #endif // __IPSDKIPLARITHMETIC_MINIMGIMG_H__ IPSDKIPLARITHMETIC_API boost::shared_ptr< MinImgImgLvl1 > minImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
asynchronous wrappers
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API void minImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper functions for minimum of 2 images, pixel by pixel
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