IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AddImgImg.h
Go to the documentation of this file.
1 // AddImgImg.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_ADDIMGIMG_H__
16 #define __IPSDKIPLARITHMETIC_ADDIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class AddImgImgLvl1;
26 
29 
35 addImgImg(const image::ImageConstPtr& pInImg1,
36  const image::ImageConstPtr& pInImg2,
37  const image::ImagePtr& pOutImg);
39 addImgImg(const image::ImageConstPtr& pInImg1,
40  const image::ImageConstPtr& pInImg2);
42 
45 IPSDKIPLARITHMETIC_API boost::shared_ptr<AddImgImgLvl1>
47  const image::ImageConstPtr& pInImg2,
48  const image::ImagePtr& pOutImg);
49 IPSDKIPLARITHMETIC_API boost::shared_ptr<AddImgImgLvl1>
51  const image::ImageConstPtr& pInImg2);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<AddImgImgLvl1> pProcessor);
59 
62 
63 } // end of namespace arithm
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLARITHMETIC_ADDIMGIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API void addImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper functions for addition of 2 images, pixel by pixel
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< AddImgImgLvl1 > addImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
asynchronous wrappers