15 #ifndef __IPSDKIPLARITHMETIC_AFFINETRANSFORMIMG_H__ 16 #define __IPSDKIPLARITHMETIC_AFFINETRANSFORMIMG_H__ 25 class MultiplyAddScalarImgLvl1;
71 #endif // __IPSDKIPLARITHMETIC_AFFINETRANSFORMIMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API image::ImagePtr multiplyAddScalarImg(const image::ImageConstPtr &pInImg, const ipReal64 inFactor, const ipReal64 inOffset)
wrapper function for affine operation on an image
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 boost::shared_ptr< MultiplyAddScalarImgLvl1 > multiplyAddScalarImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inFactor, const ipReal64 inOffset)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr