IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PolarToCartesianImgLvl2.h
1 // PolarToCartesianImgLvl2.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMGLVL2_H__
16 #define __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubRhoImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubThetaImg2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutXImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutYImg.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace arithm {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, PolarToCartesianImg,
36  ipsdk::imaproc::matchSize(_pInSubRhoImg2d, _pInSubThetaImg2d, _pOutXImg, _pOutYImg),
37  (((ipsdk)(imaproc)(attr))(InSubRhoImg2d))
38  (((ipsdk)(imaproc)(attr))(InSubThetaImg2d))
39  (((ipsdk)(imaproc)(attr))(OutXImg))
40  (((ipsdk)(imaproc)(attr))(OutYImg)))
41 
42 // methods
43 public:
44 
45 protected:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace arithm
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.