Image Interpolation with Contour Stencils
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
nninterp.h
Go to the documentation of this file.
1
16
#ifndef _NNINTERP_H_
17
#define _NNINTERP_H_
18
#include "
imageio.h
"
19
20
void
NearestInterp
(uint32_t *Output,
int
OutputWidth,
int
OutputHeight,
21
uint32_t *Input,
int
InputWidth,
int
InputHeight,
22
float
ScaleFactor,
int
CenteredGrid);
23
24
#endif
/* _NNINTERP_H_ */
Generated on Fri Jul 5 2013 18:57:21 for Image Interpolation with Contour Stencils by
1.8.3.1