IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ComplexMultiplyImgImgLvl1.h
1 // ComplexMultiplyImgImgLvl1.h:
3 // ----------------------------
4 //
16 
17 #ifndef __IPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGLVL1_H__
18 #define __IPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGLVL1_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/Input/InImg3.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg4.h>
29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg1.h>
30 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg2.h>
31 
32 namespace ipsdk {
33 namespace imaproc {
34 namespace arithm {
35 
38 
39 // declare processor class
40 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, ComplexMultiplyImgImg,
41  ipsdk::imaproc::matchSizeAndType(_pInImg3, _pInImg4)&&
42  ipsdk::imaproc::matchSizeAndType(_pInImg1, _pInImg2)&&
43  ipsdk::imaproc::matchSizeAndType(_pOutImg1, _pOutImg2)&&
44  ipsdk::imaproc::matchSize(_pInImg1, _pInImg3, _pOutImg1),
45  (((ipsdk)(imaproc)(attr))(InImg1))
46  (((ipsdk)(imaproc)(attr))(InImg2))
47  (((ipsdk)(imaproc)(attr))(InImg3))
48  (((ipsdk)(imaproc)(attr))(InImg4))
49  (((ipsdk)(imaproc)(attr))(OutImg1)(duplicateInOut)(_pInImg1)(ipsdk::image::eImageBufferType::eIBT_Real32))
50  (((ipsdk)(imaproc)(attr))(OutImg2)(duplicateInOut)(_pInImg1)(ipsdk::image::eImageBufferType::eIBT_Real32)))
51 
52 // methods
53 public:
54 
55 protected:
56 
57 // attributes
58 protected:
59 
60 };
61 
64 
65 } // end of namespace arithm
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLARITHMETIC_COMPLEXMULTIPLYIMGIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
Definition of import/export macro for library.