IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZoomInterpolationMethod.h
Go to the documentation of this file.
1 // ZoomInterpolationMethod.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_ZOOMINTERPOLATIONMETHOD_H__
16 #define __IPSDKIPLATTRIBUTES_ZOOMINTERPOLATIONMETHOD_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
32  (eZIM_Cubic)
34 )
35 
36 
39 } // end of namespace attr
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIPLATTRIBUTES_ZOOMINTERPOLATIONMETHOD_H__
eZoomInterpolationMethod
Enumerate describing interpolation method during zoom process.
Definition: ZoomInterpolationMethod.h:31
Nearest neighbour interpolation method.
Definition: ZoomInterpolationMethod.h:33
Linear interpolation method (bilinear for 2d case and trilinear for 3d case)
Definition: ZoomInterpolationMethod.h:35
Volume weighted mean interpolation method.
Definition: ZoomInterpolationMethod.h:39
#define IPSDK_ENUM(enumTypeStr, enumSeq)
Cubic interpolation method (bicubic for 2d case and tricubic for 3d case)
Definition: ZoomInterpolationMethod.h:37