IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MinImgImgLvl1.h
1 // MinImgImgLvl1.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_MINIMGIMGLVL1_H__
16 #define __IPSDKIPLARITHMETIC_MINIMGIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace arithm {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, MinImgImg,
36  ipsdk::imaproc::matchSize(_pInImg1, _pInImg2, _pOutImg),
37  (((ipsdk)(imaproc)(attr))(InImg1))
38  (((ipsdk)(imaproc)(attr))(InImg2))
39  (((ipsdk)(imaproc)(attr))(OutImg)(promoteBinary)(_pInImg1)(_pInImg2)(ipsdk::imaproc::ePromoteBinaryType::ePBT_Minimum)))
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_MINIMGIMGLVL1_H__
ePBT_Minimum
#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)