#include "matrix.h"
#include "states.h"
#include "blobs.h"
#include "split.h"
#include "seam.h"
Go to the source code of this file.
Classes | |
struct | EVALUATION_RECORD |
struct | CHUNKS_RECORD |
Typedefs | |
typedef LIST | BLOBS |
typedef LIST | OUTLINES |
typedef LIST | EDGEPTS |
typedef inT16 | BLOB_WEIGHTS [MAX_NUM_CHUNKS] |
typedef EVALUATION_RECORD | EVALUATION_ARRAY [MAX_NUM_CHUNKS] |
Functions | |
void | init_associate_vars () |
void | print_eval_record (const char *label, EVALUATION_RECORD *eval_rec) |
Variables | |
EVALUATION_ARRAY | last_segmentation |
WIDTH_RECORD * | char_widths |
bool | wordrec_enable_assoc = 1 |
bool | force_word_assoc = FALSE |
typedef inT16 BLOB_WEIGHTS[MAX_NUM_CHUNKS] |
typedef EVALUATION_RECORD EVALUATION_ARRAY[MAX_NUM_CHUNKS] |
Each segmentation
void init_associate_vars | ( | ) |
void print_eval_record | ( | const char * | label, | |
EVALUATION_RECORD * | eval_rec | |||
) |
bool force_word_assoc = FALSE |
"always force associator to run, independent of what enable_assoc is." "This is used for CJK where component grouping is necessary."
"Associator Enable"