Image Interpolation with Contour Stencils

fitsten.h

Go to the documentation of this file.
00001 
00016 #ifndef _FITSTEN_H_
00017 #define _FITSTEN_H_
00018 
00019 #include "basic.h"
00020 
00021 int FitStencils(int *Stencil, int32_t *Image, int Width, int Height, int StencilMul);
00022 
00023 #endif /* _FITSTEN_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines