16 #ifndef __IPSDKIPLARITHMETIC_SQRTIMG_H__ 17 #define __IPSDKIPLARITHMETIC_SQRTIMG_H__ 65 #endif // __IPSDKIPLARITHMETIC_SQRTIMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< SqrtImgLvl1 > sqrtImg_async(const image::ImageConstPtr &pInRealImg)
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.
IPSDKIPLARITHMETIC_API image::ImagePtr sqrtImg(const image::ImageConstPtr &pInRealImg)
wrapper functions for computation of the square root of an image, pixel by pixel
boost::shared_ptr< const BaseImage > ImageConstPtr