Roussos-Maragos Tensor-Driven Diffusion Interpolation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
tdinterp.h
Go to the documentation of this file.
1 
6 #ifndef _TDINTERP_H_
7 #define _TDINTERP_H_
8 
9 int RoussosInterp(float *u, int OutputWidth, int OutputHeight,
10  const float *Input, int InputWidth, int InputHeight, double PsfSigma,
11  double K, float Tol, int MaxMethodIter, int DiffIter);
12 
13 #endif /* _TDINTERP_H_ */