|
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) |