IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SquareImgLvl2.h
1 // SquareImgLvl2.h:
3 // ----------------
4 //
15 
16 #ifndef __IPSDKIPLARITHMETIC_SQUAREIMGLVL2_H__
17 #define __IPSDKIPLARITHMETIC_SQUAREIMGLVL2_H__
18 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace arithm {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, SquareImg,
35  ipsdk::imaproc::matchSize(_pInSubImg2d, _pOutImg),
36  (((ipsdk)(imaproc)(attr))(InSubImg2d))
37  (((ipsdk)(imaproc)(attr))(OutImg)))
38 
39 // methods
40 public:
41 
42 // attributes
43 protected:
44 
45 };
46 
49 
50 } // end of namespace arithm
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 
54 #endif // __IPSDKIPLARITHMETIC_SQUAREIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.