Roussos-Maragos Tensor-Driven Diffusion Interpolation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
finterp.h
Go to the documentation of this file.
1 
6 #ifndef _FINTERP_H_
7 #define _FINTERP_H_
8 
9 typedef enum
10 {
15 
16 int FourierScale2d(float *Dest, int DestWidth, float XStart,
17  int DestHeight, float YStart,
18  const float *Src, int SrcWidth, int SrcHeight, int NumChannels,
19  double PsfSigma, boundaryhandling Boundary);
20 
21 #endif /* _FINTERP_H_ */