IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PolarToCartesianImgLvl1.h
1 // PolarToCartesianImgLvl1.h:
3 // --------------------------
4 //
16 
17 #ifndef __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMGLVL1_H__
18 #define __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMGLVL1_H__
19 
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InRhoImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InThetaImg.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutXImg.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutYImg.h>
29 
30 namespace ipsdk {
31 namespace imaproc {
32 namespace arithm {
33 
36 
37 // declare processor class
38 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, PolarToCartesianImg,
39  ipsdk::imaproc::matchSize(_pInRhoImg, _pInThetaImg, _pOutXImg, _pOutYImg),
40  (((ipsdk)(imaproc)(attr))(InRhoImg))
41  (((ipsdk)(imaproc)(attr))(InThetaImg))
42  (((ipsdk)(imaproc)(attr))(OutXImg)(duplicateInOut)(_pInRhoImg))
43  (((ipsdk)(imaproc)(attr))(OutYImg)(duplicateInOut)(_pInRhoImg)))
44 
45 // methods
46 public:
47 
48 protected:
49 
50 // attributes
51 protected:
52 
53 };
54 
57 
58 } // end of namespace arithm
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLARITHMETIC_POLARTOCARTESIANIMGLVL1_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.