IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnrollRingImgLvl2.h
1 // UnrollRingImgLvl2.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGIMGLVL2_H__
16 #define __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InCenter2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InRadius.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InRingHalfThickness.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InTheta0.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InInterpolationPolicy.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InTargetTileSideLength.h>
29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
30 
31 namespace ipsdk {
32 namespace imaproc {
33 namespace gtrans {
34 
37 
38 // declare processor class
39 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLGeometricTransform, UnrollRingImg,
41  (((ipsdk)(imaproc)(attr))(InSubImg2d))
42  (((ipsdk)(imaproc)(attr))(InCenter2d))
43  (((ipsdk)(imaproc)(attr))(InRadius))
44  (((ipsdk)(imaproc)(attr))(InRingHalfThickness))
45  (((ipsdk)(imaproc)(attr))(InTheta0))
46  (((ipsdk)(imaproc)(attr))(InInterpolationPolicy))
47  (((ipsdk)(imaproc)(attr))(InTargetTileSideLength))
48  (((ipsdk)(imaproc)(attr))(OutImg)))
49 
50 // methods
51 public:
52 
53 protected:
54 
55 // attributes
56 protected:
57 
58 };
59 
62 
63 } // end of namespace gtrans
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.