Roussos-Maragos Tensor-Driven Diffusion Interpolation
 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_ */