#include "intmatcher.h"
#include "fontinfo.h"
#include "intproto.h"
#include "callcpp.h"
#include "scrollview.h"
#include "float2int.h"
#include "globals.h"
#include "helpers.h"
#include "classify.h"
#include "shapetable.h"
#include <math.h>
Go to the source code of this file.
Classes | |
class | tesseract::ClassPruner |
Namespaces | |
tesseract | |
Macros | |
#define | offset_table_entries |
#define | INTMATCHER_OFFSET_TABLE_SIZE 256 |
#define | next_table_entries |
Functions | |
void | IMDebugConfiguration (int FeatureNum, uinT16 ActualProtoNum, uinT8 Evidence, BIT_VECTOR ConfigMask, uinT32 ConfigWord) |
void | IMDebugConfigurationSum (int FeatureNum, uinT8 *FeatureEvidence, inT32 ConfigCount) |
void | HeapSort (int n, register int ra[], register int rb[]) |
#define INTMATCHER_OFFSET_TABLE_SIZE 256 |
Definition at line 66 of file intmatcher.cpp.
#define next_table_entries |
Definition at line 68 of file intmatcher.cpp.
#define offset_table_entries |
Definition at line 53 of file intmatcher.cpp.
void HeapSort | ( | int | n, |
register int | ra[], | ||
register int | rb[] | ||
) |
Sort Key array in ascending order using heap sort algorithm. Also sort Index array that is tied to the key array.
n | Number of elements to sort |
ra | Key array [1..n] |
rb | Index array [1..n] |
Definition at line 1242 of file intmatcher.cpp.
void IMDebugConfiguration | ( | int | FeatureNum, |
uinT16 | ActualProtoNum, | ||
uinT8 | Evidence, | ||
BIT_VECTOR | ConfigMask, | ||
uinT32 | ConfigWord | ||
) |
Print debugging information for Configuations
Definition at line 728 of file intmatcher.cpp.
Print debugging information for Configuations
Definition at line 752 of file intmatcher.cpp.