Linear Methods for Image Interpolation
|
00001 00016 #ifndef _ADAPTLOB_H_ 00017 #define _ADAPTLOB_H_ 00018 00019 float AdaptLob(float (*f)(float, const void*), float a, float b, 00020 float Tol, const void *Param); 00021 00022 #endif /* _ADAPTLOB_H_ */