IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MultiplyAddScalarImgLvl1.h
1 // MultiplyAddScalarImgLvl1.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_MULTIPLYADDSCALARIMGLVL1_H__
16 #define __IPSDKIPLARITHMETIC_MULTIPLYADDSCALARIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InFactor.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOffset.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace arithm {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, MultiplyAddScalarImg,
37  ipsdk::imaproc::matchSize(_pInImg, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InImg))
39  (((ipsdk)(imaproc)(attr))(InFactor))
40  (((ipsdk)(imaproc)(attr))(InOffset))
41  (((ipsdk)(imaproc)(attr))(OutImg)(promoteUnary)(_pInImg)(ipsdk::imaproc::ePromoteUnaryType::ePUT_Upper)))
42 
43 // methods
44 public:
45 
46 protected:
47 
48 // attributes
49 protected:
50 
51 };
52 
55 
56 } // end of namespace arithm
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLARITHMETIC_MULTIPLYADDSCALARIMGLVL1_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_Upper