tesseract
5.0.0-alpha-619-ge9db
|
#include "mastertrainer.h"
#include <cmath>
#include <ctime>
#include "allheaders.h"
#include "boxread.h"
#include "classify.h"
#include "errorcounter.h"
#include "featdefs.h"
#include "sampleiterator.h"
#include "shapeclassifier.h"
#include "shapetable.h"
#include "svmnode.h"
#include "scanutils.h"
Go to the source code of this file.
Namespaces | |
tesseract | |
Variables | |
const int | tesseract::kMinClusteredShapes = 1 |
const int | tesseract::kMaxUnicharsPerCluster = 2000 |
const float | tesseract::kFontMergeDistance = 0.025 |
const float | tesseract::kInfiniteDist = 999.0f |