ccmain/scaleimg.h

Go to the documentation of this file.
00001 
00020 #ifndef           SCALEIMG_H
00021 #define           SCALEIMG_H
00022 
00023 void scale_image(                     //scale an image
00024                  IMAGE &image,        //source image
00025                  IMAGE &target_image  //target image
00026                 );
00027 void scale_image_cop_out(                      //scale an image
00028                          IMAGE &image,         //source image
00029                          IMAGE &target_image,  //target image
00030                          float factor,         //scale factor
00031                          int *hires,
00032                          int *lores,
00033                          int *oldhires,
00034                          int *oldlores);
00035 #endif

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