IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AbsImg.h
Go to the documentation of this file.
1 // AbsImg.h:
3 // ---------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_ABSIMG_H__
16 #define __IPSDKIPLARITHMETIC_ABSIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class AbsImgLvl1;
26 
29 
35 absImg(const image::ImageConstPtr& pInImg);
37 absImg(const image::ImageConstPtr& pInImg,
38  const image::ImagePtr& pOutImg);
40 
43 IPSDKIPLARITHMETIC_API boost::shared_ptr<AbsImgLvl1>
44 absImg_async(const image::ImageConstPtr& pInImg);
45 IPSDKIPLARITHMETIC_API boost::shared_ptr<AbsImgLvl1>
47  const image::ImagePtr& pOutImg);
49 
53 getAsyncProcessorOutput(boost::shared_ptr<AbsImgLvl1> pProcessor);
55 
58 
59 } // end of namespace arithm
60 } // end of namespace imaproc
61 } // end of namespace ipsdk
62 
63 #endif // __IPSDKIPLARITHMETIC_ABSIMG_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< AbsImgLvl1 > absImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLARITHMETIC_API image::ImagePtr absImg(const image::ImageConstPtr &pInImg)
wrapper function for computation of the absolute value of an image, pixel by pixel ...