IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LogicalNotImgLvl1.h
1 // LogicalNotImgLvl1.h:
3 // --------------------
4 //
16 
17 #ifndef __IPSDKIPLLOGICAL_LOGICALNOTIMGLVL1_H__
18 #define __IPSDKIPLLOGICAL_LOGICALNOTIMGLVL1_H__
19 
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InBinImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace logic {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLLogical, LogicalNotImg,
37  ipsdk::imaproc::matchSizeAndType(_pInBinImg, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InBinImg))
39  (((ipsdk)(imaproc)(attr))(OutImg)(ipsdk::imaproc::duplicateInOut)(_pInBinImg)))
40 
41 // methods
42 public:
43 
44 protected:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace logic
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLLOGICAL_LOGICALNOTIMGLVL1_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)