IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
L1Norm3Img.h
Go to the documentation of this file.
1 // L1Norm3Img.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_L1NORM3IMG_H__
16 #define __IPSDKIPLARITHMETIC_L1NORM3IMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace arithm {
24 
25 class L1Norm3ImgLvl1;
26 
29 
35 l1Norm3Img(const image::ImageConstPtr& pInImg1,
36  const image::ImageConstPtr& pInImg2,
37  const image::ImageConstPtr& pInImg3,
38  const image::ImagePtr& pOutImg);
40 l1Norm3Img(const image::ImageConstPtr& pInImg1,
41  const image::ImageConstPtr& pInImg2,
42  const image::ImageConstPtr& pInImg3);
44 
47 IPSDKIPLARITHMETIC_API boost::shared_ptr<L1Norm3ImgLvl1>
49  const image::ImageConstPtr& pInImg2,
50  const image::ImageConstPtr& pInImg3,
51  const image::ImagePtr& pOutImg);
52 IPSDKIPLARITHMETIC_API boost::shared_ptr<L1Norm3ImgLvl1>
54  const image::ImageConstPtr& pInImg2,
55  const image::ImageConstPtr& pInImg3);
57 
61 getAsyncProcessorOutput(boost::shared_ptr<L1Norm3ImgLvl1> pProcessor);
63 
66 
67 } // end of namespace arithm
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKIPLARITHMETIC_L1NORM3IMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API void l1Norm3Img(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImageConstPtr &pInImg3, const image::ImagePtr &pOutImg)
wrapper function for Computation of L1 (taxicab) norm of three images
IPSDKIPLARITHMETIC_API boost::shared_ptr< L1Norm3ImgLvl1 > l1Norm3Img_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImageConstPtr &pInImg3, 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