IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxAbsImgImgLvl1.h
1 // MaxAbsImgImgLvl1.h:
3 // -------------------
4 //
15 
16 #ifndef __IPSDKIPLARITHMETIC_MAXABSIMGIMGLVL1_H__
17 #define __IPSDKIPLARITHMETIC_MAXABSIMGIMGLVL1_H__
18 
22 
23 // Attributes headers
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.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, MaxAbsImgImg,
37  ipsdk::imaproc::matchSize(_pInImg1, _pInImg2, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InImg1))
39  (((ipsdk)(imaproc)(attr))(InImg2))
40  (((ipsdk)(imaproc)(attr))(OutImg)(promoteBinary)(_pInImg1)(_pInImg2)(ipsdk::imaproc::ePromoteBinaryType::ePBT_MaxAbs)))
41 
42 // methods
43 public:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace arithm
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLARITHMETIC_MAXABSIMGIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.
processor::OutputInitializerPtr promoteBinary(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType1 > &pInputAttribute1, const boost::weak_ptr< InputAttributeType2 > &pInputAttribute2, const ePromoteBinaryType &promoteBinaryType, const bool bAllowReInterpretation=false)
ePBT_MaxAbs