tesseract
5.0.0-alpha-619-ge9db
|
#include "tabfind.h"
#include "alignedblob.h"
#include "colpartitiongrid.h"
#include "detlinefit.h"
#include "host.h"
#include "linefind.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
tesseract | |
Variables | |
const int | tesseract::kTabRadiusFactor = 5 |
const int | tesseract::kMinVerticalSearch = 3 |
const int | tesseract::kMaxVerticalSearch = 12 |
const int | tesseract::kMaxRaggedSearch = 25 |
const int | tesseract::kMinLinesInColumn = 10 |
const double | tesseract::kMinFractionalLinesInColumn = 0.125 |
const double | tesseract::kMaxGutterWidthAbsolute = 2.00 |
const int | tesseract::kRaggedGutterMultiple = 5 |
const double | tesseract::kLineFragmentAspectRatio = 10.0 |
const int | tesseract::kMinEvaluatedTabs = 3 |
const double | tesseract::kCosMaxSkewAngle = 0.866025 |