IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MultiplyImgImgLvl1.h
1 // MultiplyImgImgLvl1.h:
3 // ---------------------
4 //
16 
17 #ifndef __IPSDKIPLARITHMETIC_MULTIPLYIMGIMGLVL1_H__
18 #define __IPSDKIPLARITHMETIC_MULTIPLYIMGIMGLVL1_H__
19 
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace arithm {
32 
35 
36 // declare processor class
37 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, MultiplyImgImg,
38  ipsdk::imaproc::matchSize(_pInImg1, _pInImg2, _pOutImg),
39  (((ipsdk)(imaproc)(attr))(InImg1))
40  (((ipsdk)(imaproc)(attr))(InImg2))
41  (((ipsdk)(imaproc)(attr))(OutImg)(promoteBinary)(_pInImg1)(_pInImg2)(ipsdk::imaproc::ePromoteBinaryType::ePBT_Upper)))
42 
43 // methods
44 public:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace arithm
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLARITHMETIC_MULTIPLYIMGIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
ePBT_Upper
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)