|
tesseract
4.00.00dev
|
#include <ctype.h>#include <string.h>#include "allheaders.h"#include "boxread.h"#include "chopper.h"#include "pageres.h"#include "unichar.h"#include "unicharset.h"#include "tesseractclass.h"#include "genericvector.h"Go to the source code of this file.
Namespaces | |
| tesseract | |
Variables | |
| const int | kMaxGroupSize = 4 |
| const double | kMaxXHeightDeviationFraction = 0.125 |
| const int kMaxGroupSize = 4 |
Max number of blobs to classify together in FindSegmentation.
Definition at line 40 of file applybox.cpp.
| const double kMaxXHeightDeviationFraction = 0.125 |
Max fraction of median allowed as deviation in xheight before switching to median.
Definition at line 43 of file applybox.cpp.