IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LinearCombineImgImg.h
Go to the documentation of this file.
1 // LinearCombineImgImg.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_LINEARCOMBINEIMGIMG_H__
16 #define __IPSDKIPLARITHMETIC_LINEARCOMBINEIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class LinearCombineImgImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInImg2,
37  const ipReal32 inFactor1,
38  const ipReal32 inFactor2);
39 
42  const image::ImageConstPtr& pInImg2,
43  const ipReal32 inFactor1,
44  const ipReal32 inFactor2,
45  const image::ImagePtr& pOutImg);
47 
50 IPSDKIPLARITHMETIC_API boost::shared_ptr<LinearCombineImgImgLvl1>
52  const image::ImageConstPtr& pInImg2,
53  const ipReal32 inFactor1,
54  const ipReal32 inFactor2);
55 IPSDKIPLARITHMETIC_API boost::shared_ptr<LinearCombineImgImgLvl1>
57  const image::ImageConstPtr& pInImg2,
58  const ipReal32 inFactor1,
59  const ipReal32 inFactor2,
60  const image::ImagePtr& pOutImg);
62 
66 getAsyncProcessorOutput(boost::shared_ptr<LinearCombineImgImgLvl1> pProcessor);
68 
71 
72 } // end of namespace arithm
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
76 #endif // __IPSDKIPLARITHMETIC_LINEARCOMBINEIMGIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< LinearCombineImgImgLvl1 > linearCombineImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inFactor1, const ipReal32 inFactor2)
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.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLARITHMETIC_API image::ImagePtr linearCombineImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inFactor1, const ipReal32 inFactor2)
wrapper function for linear combination of 2 images, pixel by pixel
float ipReal32