LINE_STATS Struct Reference

#include <fxdefs.h>

List of all members.


Detailed Description

Data structure of line statistics.

These line statistics are used to normalize character outlines to a standard size and position relative to the baseline of the text.

Definition at line 40 of file fxdefs.h.

Public Attributes


Member Data Documentation

FLOAT32 LINE_STATS::AscRise

Average distance from ascenders to x-height

Definition at line 49 of file fxdefs.h.

Referenced by GetLineStatsFromRow().

SPLINE_SPEC* LINE_STATS::Baseline

Collection of splines describing baseline

Definition at line 43 of file fxdefs.h.

Referenced by GetLineStatsFromRow().

FLOAT32 LINE_STATS::DescDrop

Average distance from baseline to descenders

Definition at line 51 of file fxdefs.h.

Referenced by GetLineStatsFromRow().

TEXTROW* LINE_STATS::TextRow

Always a negative number; kludge as it's only needed by fx for fast matcher, which should be removed later

Definition at line 54 of file fxdefs.h.

Referenced by GetLineStatsFromRow().

FLOAT32 LINE_STATS::xheight

Averge distance from x-height to baseline

Definition at line 47 of file fxdefs.h.

Referenced by GetLineStatsFromRow().

SPLINE_SPEC* LINE_STATS::XHeightLine

Collection of splines describing x-height

Definition at line 45 of file fxdefs.h.

Referenced by GetLineStatsFromRow().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 19:49:32 2007 for Tesseract by  doxygen 1.5.1