15 #ifndef __IPSDKIPLATTRIBUTES_ZOOMINTERPOLATIONMETHOD_H__ 16 #define __IPSDKIPLATTRIBUTES_ZOOMINTERPOLATIONMETHOD_H__ 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