Image Interpolation with Contour Stencils
|
00001 00016 #ifndef _NNINTERP_H_ 00017 #define _NNINTERP_H_ 00018 #include "imageio.h" 00019 00020 void NearestInterp(uint32_t *Output, int OutputWidth, int OutputHeight, 00021 uint32_t *Input, int InputWidth, int InputHeight, 00022 float ScaleFactor, int CenteredGrid); 00023 00024 #endif /* _NNINTERP_H_ */