IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseSubImgImgLvl1.h
1 // BitwiseSubImgImgLvl1.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKIPLLOGICAL_BITWISESUBIMGIMGLVL1_H__
18 #define __IPSDKIPLLOGICAL_BITWISESUBIMGIMGLVL1_H__
19 
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InIntImg1.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InIntImg2.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace logic {
32 
35 
36 // declare processor class
37 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLLogical, BitwiseSubImgImg,
38  ipsdk::imaproc::matchSizeAndType(_pInIntImg1, _pInIntImg2, _pOutImg),
39  (((ipsdk)(imaproc)(attr))(InIntImg1))
40  (((ipsdk)(imaproc)(attr))(InIntImg2))
41  (((ipsdk)(imaproc)(attr))(OutImg)(ipsdk::imaproc::duplicateInOut)(_pInIntImg1)))
42 
43 // methods
44 public:
45 
46 protected:
47 
48 // attributes
49 protected:
50 
51 };
52 
55 
56 } // end of namespace logic
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLLOGICAL_BITWISESUBIMGIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)