IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InterpolationPolicy.h
Go to the documentation of this file.
1 // InterpolationPolicy.h:
3 // ----------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INTERPOLATIONPOLICY_H__
17 #define __IPSDKIPLATTRIBUTES_INTERPOLATIONPOLICY_H__
18 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace attr {
24 
27 
34  (eIP_Cubic)
35 )
36 
37 
40 } // end of namespace attr
41 } // end of namespace imaproc
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKIPLATTRIBUTES_INTERPOLATIONPOLICY_H__
eInterpolationPolicy
Enumerate describing interpolation policy used during image value extraction.
Definition: InterpolationPolicy.h:33
Linear interpolation policy (bilinear for 2d case and trilinear for 3d case)
Definition: InterpolationPolicy.h:37
Cubic interpolation policy (bicubic for 2d case and tricubic for 3d case)
Definition: InterpolationPolicy.h:39
Nearest neighbour interpolation policy.
Definition: InterpolationPolicy.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)