IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseNotImgLvl1.h
1 // BitwiseNotImgLvl1.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLLOGICAL_BITWISENOTIMGLVL1_H__
16 #define __IPSDKIPLLOGICAL_BITWISENOTIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InIntImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace logic {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLLogical, BitwiseNotImg,
35  ipsdk::imaproc::matchSizeAndType(_pInIntImg, _pOutImg),
36  (((ipsdk)(imaproc)(attr))(InIntImg))
37  (((ipsdk)(imaproc)(attr))(OutImg)(ipsdk::imaproc::duplicateInOut)(_pInIntImg)))
38 
39 // methods
40 public:
41 
42 // attributes
43 protected:
44 
45 };
46 
49 
50 } // end of namespace logic
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 
54 #endif // __IPSDKIPLLOGICAL_BITWISENOTIMGLVL1_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)