|
tesseract
4.0.0-1-g2a2b
|
#include "imagefind.h"#include "colpartitiongrid.h"#include "linlsq.h"#include "statistc.h"#include "params.h"#include "allheaders.h"#include <algorithm>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 35 of file imagefind.cpp.