IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CartesianToPolarImgLvl1.h
1 // CartesianToPolarImgLvl1.h:
3 // --------------------------
4 //
16 
17 #ifndef __IPSDKIPLARITHMETIC_CARTESIANTOPOLARIMGLVL1_H__
18 #define __IPSDKIPLARITHMETIC_CARTESIANTOPOLARIMGLVL1_H__
19 
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InXImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InYImg.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRhoImg.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutThetaImg.h>
29 
30 namespace ipsdk {
31 namespace imaproc {
32 namespace arithm {
33 
36 
37 // declare processor class
38 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, CartesianToPolarImg,
39  ipsdk::imaproc::matchSize(_pInXImg, _pInYImg, _pOutRhoImg, _pOutThetaImg),
40  (((ipsdk)(imaproc)(attr))(InXImg))
41  (((ipsdk)(imaproc)(attr))(InYImg))
42  (((ipsdk)(imaproc)(attr))(OutRhoImg)(duplicateInOut)(_pInXImg))
43  (((ipsdk)(imaproc)(attr))(OutThetaImg)(duplicateInOut)(_pInXImg)))
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_CARTESIANTOPOLARIMGLVL1_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.