ccmain/imgscale.h

Go to the documentation of this file.
00001 
00020 #ifndef           IMGSCALE_H
00021 #define           IMGSCALE_H
00022 
00023 void dyn_prog(  //The clever bit
00024               int n,
00025               int *x,
00026               int *y,
00027               int ymax,
00028               int *oldx,
00029               int *oldy,
00030               int oldn,
00031               float factor);
00032 #endif

Generated on Wed Feb 28 19:49:07 2007 for Tesseract by  doxygen 1.5.1