Tesseract
3.02
|
#include "mfcpch.h"
#include <stdlib.h>
#include <string.h>
#include "fileerr.h"
#include "tprintf.h"
#include "img.h"
#include "imgscale.h"
#include "scaleimg.h"
Go to the source code of this file.
Functions | |
void | scale_image (IMAGE &image, IMAGE &target_image) |
void | scale_image_cop_out (IMAGE &image, IMAGE &target_image, float factor, int *hires, int *lores, int *oldhires, int *oldlores) |
Definition at line 42 of file scaleimg.cpp.
void scale_image_cop_out | ( | IMAGE & | image, |
IMAGE & | target_image, | ||
float | factor, | ||
int * | hires, | ||
int * | lores, | ||
int * | oldhires, | ||
int * | oldlores | ||
) |
Definition at line 343 of file scaleimg.cpp.