tesseract v5.3.3.20231005
|
#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 | |
namespace | 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 |