IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseXOrImgImgLvl2.h
1 // BitwiseXOrImgImgLvl2.h:
3 // -----------------------
4 //
15 
16 #ifndef __IPSDKIPLLOGICAL_BITWISEXORIMGIMGLVL2_H__
17 #define __IPSDKIPLLOGICAL_BITWISEXORIMGIMGLVL2_H__
18 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubIntImg2d1.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubIntImg2d2.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace logic {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLLogical, BitwiseXOrImgImg,
36  ipsdk::imaproc::matchSizeAndType(_pInSubIntImg2d1, _pInSubIntImg2d2, _pOutImg),
37  (((ipsdk)(imaproc)(attr))(InSubIntImg2d1))
38  (((ipsdk)(imaproc)(attr))(InSubIntImg2d2))
39  (((ipsdk)(imaproc)(attr))(OutImg)))
40 
41 // methods
42 public:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace logic
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLLOGICAL_BITWISEXORIMGIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.