IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxAbsImgImg.h
Go to the documentation of this file.
1 // MaxAbsImgImg.h:
3 // ---------------
4 //
15 
16 #ifndef __IPSDKIPLARITHMETIC_MAXABSIMGIMG_H__
17 #define __IPSDKIPLARITHMETIC_MAXABSIMGIMG_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace arithm {
25 
26 class MaxAbsImgImgLvl1;
27 
30 
35 
38 maxAbsImgImg(const image::ImageConstPtr& pInImg1,
39  const image::ImageConstPtr& pInImg2,
40  const image::ImagePtr& pOutImg);
42 maxAbsImgImg(const image::ImageConstPtr& pInImg1,
43  const image::ImageConstPtr& pInImg2);
45 
48 IPSDKIPLARITHMETIC_API boost::shared_ptr<MaxAbsImgImgLvl1>
50  const image::ImageConstPtr& pInImg2,
51  const image::ImagePtr& pOutImg);
52 IPSDKIPLARITHMETIC_API boost::shared_ptr<MaxAbsImgImgLvl1>
54  const image::ImageConstPtr& pInImg2);
56 
60 getAsyncProcessorOutput(boost::shared_ptr<MaxAbsImgImgLvl1> pProcessor);
62 
63 
66 
67 } // end of namespace arithm
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKIPLARITHMETIC_MAXABSIMGIMG_H__
IPSDKIPLARITHMETIC_API void maxAbsImgImg(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper function for maximum of absolute values of 2 images, pixel by pixel
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< MaxAbsImgImgLvl1 > maxAbsImgImg_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
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