DLlineInfo Struct Reference

A structure that contains text line information. More...

#include <getLines.h>

List of all members.

Public Attributes

int compCount
float slope
float yIntercept
float avgHeight
float avgWidth
int height
int width
float sqrLength
float upperExt
float lowerExt
int * compList
int mergedFlag
pointLoc loc [4]


Detailed Description

A structure that contains text line information.

Definition at line 79 of file getLines.h.


Member Data Documentation

int DLlineInfo::compCount

The number of connected components.

Definition at line 81 of file getLines.h.

float DLlineInfo::slope

The slope of the central text line.

Definition at line 84 of file getLines.h.

float DLlineInfo::yIntercept

The y-intercept of the central text line.

Definition at line 87 of file getLines.h.

float DLlineInfo::avgHeight

The average (arithmetic mean) connected component pixel height.

Definition at line 90 of file getLines.h.

float DLlineInfo::avgWidth

The average (arithmetic mean) connected component pixel width.

Definition at line 93 of file getLines.h.

int DLlineInfo::height

The pixel height of the text bounding box.

Definition at line 96 of file getLines.h.

int DLlineInfo::width

The pixel width of the text bounding box.

Definition at line 99 of file getLines.h.

float DLlineInfo::sqrLength

The squared length of the central text line.

Definition at line 102 of file getLines.h.

float DLlineInfo::upperExt

The upper extent of the text line relative to line fit.

Definition at line 105 of file getLines.h.

float DLlineInfo::lowerExt

The lower extent of the text line relative to line fit.

Definition at line 108 of file getLines.h.

int* DLlineInfo::compList

A list of the connected components.

Definition at line 111 of file getLines.h.

int DLlineInfo::mergedFlag

Flag to indicate if lines should be merged.

Definition at line 114 of file getLines.h.

struct pointLoc DLlineInfo::loc[4]

Text bounding box information:
   loc[0] are the upper left coordinates.
   loc[1] are the lower right coordinates.
   loc[2] are the central text line left coordinates.
   loc[3] are the central text line right coordinates.

Definition at line 122 of file getLines.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 23 13:21:07 2007 for DLGetLines by  doxygen 1.5.1