|
Tesseract 3.01
|
#include "stopper.h"#include "emalloc.h"#include "matchdefs.h"#include "callcpp.h"#include "permute.h"#include "danerror.h"#include "const.h"#include "freelist.h"#include "efio.h"#include "scanutils.h"#include "unichar.h"#include "params.h"#include "dict.h"#include "image.h"#include "ccutil.h"#include "ratngs.h"#include "ambigs.h"#include <stdio.h>#include <string.h>#include <ctype.h>#include <math.h>#include <assert.h>Classes | |
| struct | EXPANDED_CHOICE |
Namespaces | |
| namespace | tesseract |
Defines | |
| #define | MAX_WERD_SIZE 100 |
| #define | BestCertainty(Choices) (((VIABLE_CHOICE) first_node (Choices))->Certainty) |
| #define | BestRating(Choices) (((VIABLE_CHOICE) first_node (Choices))->Rating) |
| #define | BestFactor(Choices) (((VIABLE_CHOICE) first_node (Choices))->AdjustFactor) |
| #define | AmbigThreshold(F1, F2) |
| #define AmbigThreshold | ( | F1, | |
| F2 | |||
| ) |
| #define BestCertainty | ( | Choices | ) | (((VIABLE_CHOICE) first_node (Choices))->Certainty) |
| #define BestFactor | ( | Choices | ) | (((VIABLE_CHOICE) first_node (Choices))->AdjustFactor) |
| #define BestRating | ( | Choices | ) | (((VIABLE_CHOICE) first_node (Choices))->Rating) |
| #define MAX_WERD_SIZE 100 |