im_math.h File Reference
Detailed Description
See Copyright Notice in im_lib.h- Id
- im_math.h,v 1.2 2005/05/19 19:34:35 uid20021 Exp
Go to the source code of this file.
Defines | |
#define | C0 (-x3 + 2.0f*x2 - x) |
#define | C1 ( x3 - 2.0f*x2 + 1.0f) |
#define | C2 (-x3 + x2 + x) |
#define | C3 ( x3 - x2) |
Functions | |
template<class T, class TU> | |
T | imZeroOrderDecimation (int width, int height, T *map, float xl, float yl, float box_width, float box_height, TU Dummy) |
template<class T, class TU> | |
T | imBilinearDecimation (int width, int height, T *map, float xl, float yl, float box_width, float box_height, TU Dummy) |
template<class T> | |
T | imZeroOrderInterpolation (int width, int height, T *map, float xl, float yl) |
template<class T> | |
T | imBilinearInterpolation (int width, int height, T *map, float xl, float yl) |
template<class T, class TU> | |
T | imBicubicInterpolation (int width, int height, T *map, float xl, float yl, TU Dummy) |
template<class T> | |
void | imMinMax (const T *map, int count, T &min, T &max) |