IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LinearCombineImgImgLvl2.h
1 // LinearCombineImgImgLvl2.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_LINEARCOMBINEIMGIMGLVL2_H__
16 #define __IPSDKIPLARITHMETIC_LINEARCOMBINEIMGIMGLVL2_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/Image/Output/OutImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InFactor1.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InFactor2.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace arithm {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, LinearCombineImgImg,
37  ipsdk::imaproc::matchSize(_pInSubImg2d1, _pInSubImg2d2, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InSubImg2d1))
39  (((ipsdk)(imaproc)(attr))(InSubImg2d2))
40  (((ipsdk)(imaproc)(attr))(InFactor1))
41  (((ipsdk)(imaproc)(attr))(InFactor2))
42  (((ipsdk)(imaproc)(attr))(OutImg)))
43 
44 // methods
45 public:
46 
47 protected:
48 
49 // attributes
50 protected:
51 
52 };
53 
56 
57 } // end of namespace arithm
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLARITHMETIC_LINEARCOMBINEIMGIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.