Roussos-Maragos Tensor-Driven Diffusion Interpolation
Main Page
Data Structures
Files
File List
Globals
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
{
11
BOUNDARY_CONSTANT
= 0,
12
BOUNDARY_HSYMMETRIC
= 1,
13
BOUNDARY_WSYMMETRIC
= 2
14
}
boundaryhandling
;
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_ */
Generated on Fri Jul 5 2013 18:58:02 for Roussos-Maragos Tensor-Driven Diffusion Interpolation by
1.8.3.1