#include "img.h"
#include "hosthplb.h"
#include "notdll.h"
Go to the source code of this file.
Defines | |
#define | BINIM_BLACK 0 |
#define | BINIM_WHITE 1 |
#define | BAD_MATCH 9999.0 |
Functions | |
float | matrix_match (IMAGE *image1, IMAGE *image2) |
float | match1 (IMAGE *image_w, IMAGE *image_n) |
void | display_images (IMAGE *image_w, IMAGE *image_n, IMAGE *match_image) |
ScrollView * | display_image (IMAGE *image, const char *title, inT32 x, inT32 y, BOOL8 wait) |
Variables | |
bool | tessedit_display_mm = FALSE |
bool | tessedit_mm_debug = FALSE |
int | tessedit_mm_prototype_min_size = 3 |
#define BAD_MATCH 9999.0 |
#define BINIM_BLACK 0 |
#define BINIM_WHITE 1 |
ScrollView* display_image | ( | IMAGE * | image, | |
const char * | title, | |||
inT32 | x, | |||
inT32 | y, | |||
BOOL8 | wait | |||
) |
bool tessedit_display_mm = FALSE |
"Display matrix matches"
bool tessedit_mm_debug = FALSE |
"Print debug information for matrix matcher"
int tessedit_mm_prototype_min_size = 3 |
"Smallest number of samples in a cluster for a prototype to be used"