15 #ifndef __IPSDKIPLARITHMETIC_BLENDIMGIMG_H__ 16 #define __IPSDKIPLARITHMETIC_BLENDIMGIMG_H__ 25 class BlendImgImgLvl1;
37 const ipReal32 inOptBlendMultiplier);
50 const ipReal32 inOptBlendMultiplier);
71 #endif // __IPSDKIPLARITHMETIC_BLENDIMGIMG_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< BlendImgImgLvl1 > blendImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inOptBlendMultiplier)
asynchronous wrappers
IPSDKIPLARITHMETIC_API image::ImagePtr blendImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inOptBlendMultiplier)
wrapper function for blending on 2 images