#include <getLines.h>
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] |
Definition at line 79 of file getLines.h.
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.
The pixel height of the text bounding box.
Definition at line 96 of file getLines.h.
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.
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.