#include "ccnontextdetect.h"
#include "blobgrid.h"
#include "scrollview.h"
#include "host.h"
#include "blobbox.h"
#include "bbgrid.h"
#include "ndminx.h"
#include "ocrblock.h"
#include "rect.h"
#include "alignedblob.h"
#include "tesscallback.h"
#include "tabvector.h"
#include "colpartition.h"
#include "genericvector.h"
Namespaces | |
namespace | tesseract |
Variables | |
const double | tesseract::kMaxSmallNeighboursPerPix = 1.0 / 32 |
const int | tesseract::kMaxLargeOverlapsWithSmall = 3 |
const int | tesseract::kMaxMediumOverlapsWithSmall = 12 |
const int | tesseract::kMaxLargeOverlapsWithMedium = 12 |
const int | tesseract::kOriginalNoiseMultiple = 8 |
const int | tesseract::kNoisePadding = 4 |
const double | tesseract::kPhotoOffsetFraction = 0.375 |
const double | tesseract::kMinGoodTextPARatio = 1.5 |