Leptonica 1.68
C Image Processing Library
|
Exploration of ways to find textline masks for very simple geometries. To do this task for more general layout, use pagesegtest* programs. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const l_int32 | DEBUG_OUTPUT = 1 |
static const char * | seltext = "xxxxxxx" |
Exploration of ways to find textline masks for very simple geometries. To do this task for more general layout, use pagesegtest* programs.
Definition in file textlinemask.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 50 of file textlinemask.c.
References boxaDestroy(), boxaGetCount(), boxaGetWhiteblocks(), DEBUG_OUTPUT, ERROR_INT, filein, IFF_PNG, L_CLONE, L_COPY, L_INSERT, L_SORT_BY_HEIGHT, ncols, NULL, pixaaAddBox(), pixaaAddPixa(), pixaaCreate(), pixaAddPix(), pixaaDestroy(), pixaaDisplay(), pixaaRead(), pixaaWrite(), pixaDestroy(), pixaDisplay(), pixaDisplayRandomCmap(), pixaDisplayTiledAndScaled(), pixaGetBox(), pixaGetPix(), pixaMorphSequenceByRegion(), pixaReadFiles(), pixClone(), pixConnComp(), pixDestroy(), pixDisplay(), pixDisplayMultiple(), pixDisplayWrite(), pixDrawBoxa(), pixFindBaselines(), pixFindSkewAndDeskew(), pixGenTextlineMask(), pixGetDimensions(), pixHMT(), pixMorphCompSequence(), pixMorphSequenceByRegion(), pixRead(), pixReduceRankBinary2(), pixThresholdToBinary(), pixWrite(), pixXor(), selCreateFromString(), selDestroy(), selDisplayInPix(), seltext, startTimer(), and stopTimer().
const l_int32 DEBUG_OUTPUT = 1 [static] |
Definition at line 29 of file textlinemask.c.
Referenced by main().
const char* seltext = "xxxxxxx" [static] |
Definition at line 31 of file textlinemask.c.
Referenced by main().