IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
L1Norm3ImgLvl2.h
1 // L1Norm3ImgLvl2.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_L1NORM3IMGLVL2_H__
16 #define __IPSDKIPLARITHMETIC_L1NORM3IMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d1.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d2.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d3.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace arithm {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, L1Norm3Img,
36  ipsdk::imaproc::matchSize(_pInSubImg2d1, _pInSubImg2d2, _pInSubImg2d3, _pOutImg) &&
37  ipsdk::imaproc::matchBufferType(_pInSubImg2d1, _pInSubImg2d2, _pInSubImg2d3),
38  (((ipsdk)(imaproc)(attr))(InSubImg2d1))
39  (((ipsdk)(imaproc)(attr))(InSubImg2d2))
40  (((ipsdk)(imaproc)(attr))(InSubImg2d3))
41  (((ipsdk)(imaproc)(attr))(OutImg)))
42 
43 // methods
44 public:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace arithm
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLARITHMETIC_L1NORM3IMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.