wordrec/associate.h File Reference

#include "matrix.h"
#include "states.h"
#include "blobs.h"
#include "split.h"
#include "seam.h"

Go to the source code of this file.

Classes

Typedefs

Functions

Variables


Typedef Documentation

BLOB_WEIGHTS

Holds array of weights of blob for chunks.

Definition at line 69 of file associate.h.

BLOBS

LIST of pointers to nodes holding blobs (BLOB*).

REMEMBER: ALL LISTS ARE CIRCULAR

Definition at line 47 of file associate.h.

EDGEPTS

LIST of pointers to nodes holding edgepoints (EDGEPT*).

REMEMBER: ALL LISTS ARE CIRCULAR

Definition at line 63 of file associate.h.

EVALUATION_ARRAY

Array of EVALUATION_RECORD, evaluations records.

Definition at line 88 of file associate.h.

OUTLINES

LIST of pointers to nodes holding outlines (TESSLINE*).

REMEMBER: ALL LISTS ARE CIRCULAR

Definition at line 55 of file associate.h.


Function Documentation

void init_associate_vars (  ) 

Create and initialize references to debug variables that control operations in this file.

Definition at line 55 of file associate.cpp.

Referenced by init_ms_debug().

00055                            { 
00056   make_enable_assoc(); 
00057 }


Variable Documentation

WIDTH_RECORD* char_widths

enable_assoc

Associator Enable, defaults to TRUE, of type BOOL.

Referenced by chop_word_main(), tess_segment_pass1(), and tess_segment_pass2().

EVALUATION_ARRAY last_segmentation

Debug vars

Definition at line 45 of file associate.cpp.

Referenced by evaluate_chunks(), and replace_char_widths().


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