#include "imagefind.h"
#include "colpartitiongrid.h"
#include "linlsq.h"
#include "ndminx.h"
#include "statistc.h"
#include "params.h"
#include "allheaders.h"
Go to the source code of this file.
Namespaces | |
tesseract | |
Variables | |
int | textord_tabfind_show_images = false |
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 |
int textord_tabfind_show_images = false |
"Show image blobs"
Definition at line 38 of file imagefind.cpp.