#include "mastertrainer.h"
#include "classify.h"
#include "cluster.h"
#include "intfx.h"
#include "elst.h"
#include "featdefs.h"
#include "fontinfo.h"
#include "indexmapbidi.h"
#include "intfeaturespace.h"
#include "intfeaturemap.h"
#include "intmatcher.h"
#include "params.h"
#include "shapetable.h"
#include "trainingsample.h"
#include "trainingsampleset.h"
#include "unicharset.h"
#include <math.h>
#include <time.h>
#include "allheaders.h"
#include "boxread.h"
#include "errorcounter.h"
#include "sampleiterator.h"
#include "shapeclassifier.h"
#include "svmnode.h"
Namespaces | |
namespace | tesseract |
Variables | |
const int | tesseract::kMinClusteredShapes = 1 |
const int | tesseract::kMaxUnicharsPerCluster = 2000 |
const float | tesseract::kFontMergeDistance = 0.025 |
const float | tesseract::kInfiniteDist = 999.0f |