IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BlendImgImg.h
Go to the documentation of this file.
1 // BlendImgImg.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_BLENDIMGIMG_H__
16 #define __IPSDKIPLARITHMETIC_BLENDIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class BlendImgImgLvl1;
26 
29 
35 blendImgImg(const image::ImageConstPtr& pInImg1,
36  const image::ImageConstPtr& pInImg2,
37  const ipReal32 inOptBlendMultiplier);
39 blendImgImg(const image::ImageConstPtr& pInImg1,
40  const image::ImageConstPtr& pInImg2,
41  const ipReal32 inOptBlendMultiplier,
42  const image::ImagePtr& pOutImg);
44 
47 IPSDKIPLARITHMETIC_API boost::shared_ptr<BlendImgImgLvl1>
49  const image::ImageConstPtr& pInImg2,
50  const ipReal32 inOptBlendMultiplier);
51 IPSDKIPLARITHMETIC_API boost::shared_ptr<BlendImgImgLvl1>
53  const image::ImageConstPtr& pInImg2,
54  const ipReal32 inOptBlendMultiplier,
55  const image::ImagePtr& pOutImg);
57 
61 getAsyncProcessorOutput(boost::shared_ptr<BlendImgImgLvl1> pProcessor);
63 
66 
67 } // end of namespace arithm
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
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
float ipReal32