Tesseract 3.01
/data/source/tesseract-ocr/textord/strokewidth.cpp File Reference
#include "strokewidth.h"
#include "blobbox.h"
#include "colpartition.h"
#include "colpartitiongrid.h"
#include "statistc.h"
#include "tabfind.h"
#include "tordmain.h"

Namespaces

namespace  tesseract

Variables

int tesseract::textord_tabfind_show_strokewidths = 0
bool tesseract::textord_tabfind_only_strokewidths = false
double tesseract::textord_strokewidth_minsize = 0.25
double tesseract::textord_strokewidth_maxsize = 4.0
bool tesseract::textord_tabfind_vertical_text = true
bool tesseract::textord_tabfind_force_vertical_text = false
bool tesseract::textord_tabfind_vertical_horizontal_mix = true
double tesseract::textord_tabfind_vertical_text_ratio = 0.5
const double tesseract::kStrokeWidthFractionTolerance = 0.125
const double tesseract::kStrokeWidthTolerance = 1.5
const double tesseract::kStrokeWidthFractionCJK = 0.25
const double tesseract::kStrokeWidthCJK = 2.0
const int tesseract::kCJKRadius = 2
const double tesseract::kCJKBrokenDistanceFraction = 0.25
const int tesseract::kCJKMaxComponents = 8
const double tesseract::kCJKAspectRatio = 1.25
const double tesseract::kCJKAspectRatioIncrease = 1.0625
const int tesseract::kMaxCJKSizeRatio = 5
const int tesseract::kMinDiacriticSizeRatio = 2
const int tesseract::kSearchRadius = 2
const int tesseract::kLineTrapLongest = 4
const int tesseract::kLineTrapShortest = 2
const int tesseract::kMostlyOneDirRatio = 3
const double tesseract::kMaxSmallNeighboursPerPix = 3.0 / 128
const float tesseract::kSizeRatioToReject = 2.0
const double tesseract::kMaxTextSize = 2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines