#include <tiff.h>
#include <DLConnectedComponents.h>
Go to the source code of this file.
Classes | |
struct | compInfo |
A structure for storing connected component information. More... | |
struct | lineList |
A structure for storing point information in a link list. More... | |
struct | pointLoc |
A structure to describe a point. More... | |
struct | DLlineInfo |
A structure that contains text line information. More... | |
struct | DLnodes |
A structure for storing node information. More... | |
struct | DLstats |
This structure is used by the calcHorizontalNeighbors method. It stores line statistics. More... | |
class | getLines |
This is the class for identifying and extracting text lines from an image file. More... |
Definition in file getLines.h.