IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SubtractImgImg.h
Go to the documentation of this file.
1 // SubtractImgImg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_SUBTRACTIMGIMG_H__
16 #define __IPSDKIPLARITHMETIC_SUBTRACTIMGIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class SubtractImgImgLvl1;
26 
29 
37  const image::ImageConstPtr& pInImg2);
40  const image::ImageConstPtr& pInImg2,
41  const image::ImagePtr& pOutImg);
43 
46 IPSDKIPLARITHMETIC_API boost::shared_ptr<SubtractImgImgLvl1>
48  const image::ImageConstPtr& pInImg2);
49 IPSDKIPLARITHMETIC_API boost::shared_ptr<SubtractImgImgLvl1>
51  const image::ImageConstPtr& pInImg2,
52  const image::ImagePtr& pOutImg);
54 
58 getAsyncProcessorOutput(boost::shared_ptr<SubtractImgImgLvl1> pProcessor);
60 
63 
64 } // end of namespace arithm
65 } // end of namespace imaproc
66 } // end of namespace ipsdk
67 
68 #endif // __IPSDKIPLARITHMETIC_SUBTRACTIMGIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< SubtractImgImgLvl1 > subtractImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
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 subtractImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2)
Wrapper functions for subtraction of one image by another, pixel by pixel.