IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AbsImgLvl1.h
1 // AbsImgLvl1.h:
3 // -------------
4 //
16 
17 #ifndef __IPSDKIPLARITHMETIC_ABSIMGLVL1_H__
18 #define __IPSDKIPLARITHMETIC_ABSIMGLVL1_H__
19 
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace arithm {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, AbsImg,
37  ipsdk::imaproc::matchSize(_pInImg, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InImg))
39  (((ipsdk)(imaproc)(attr))(OutImg)(promoteUnary)(_pInImg)(ipsdk::imaproc::ePromoteUnaryType::ePUT_Unsigned)))
40 
41 // methods
42 public:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace arithm
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLARITHMETIC_ABSIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr promoteUnary(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const ePromoteUnaryType &promoteUnaryType)
Definition of import/export macro for library.
ePUT_Unsigned