|
tesseract
5.0.0
|
#include "imagefind.h"#include "colpartitiongrid.h"#include "linlsq.h"#include "params.h"#include "statistc.h"#include <allheaders.h>#include <algorithm>Go to the source code of this file.
Namespaces | |
| tesseract | |
Variables | |
| const double | tesseract::kMinRectangularFraction = 0.125 |
| const double | tesseract::kMaxRectangularFraction = 0.75 |
| const double | tesseract::kMaxRectangularGradient = 0.1 |
| const int | tesseract::kMinImageFindSize = 100 |
| const double | tesseract::kRMSFitScaling = 8.0 |
| const int | tesseract::kMinColorDifference = 16 |