Leptonica 1.68
C Image Processing Library
|
Generates an image of the set of 4 HMT Sels that are used for counting ascenders and descenders to detect text orientation. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const char * | textsel1 = "xxxxxx" |
static const char * | textsel2 = "xxxxxx" |
static const char * | textsel3 = "x oo " |
static const char * | textsel4 = " oo x" |
Generates an image of the set of 4 HMT Sels that are used for counting ascenders and descenders to detect text orientation.
Definition in file livre_orient.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 52 of file livre_orient.c.
References IFF_PNG, L_INSERT, NULL, pixDestroy(), pixDisplay(), pixWrite(), selaAddSel(), selaCreate(), selaDestroy(), selaDisplayInPix(), selCreateFromString(), textsel1, textsel2, textsel3, and textsel4.
const char* textsel1 = "xxxxxx" [static] |
Definition at line 28 of file livre_orient.c.
Referenced by main().
const char* textsel2 = "xxxxxx" [static] |
Definition at line 34 of file livre_orient.c.
Referenced by main().
const char* textsel3 = "x oo " [static] |
Definition at line 40 of file livre_orient.c.
Referenced by main().
const char* textsel4 = " oo x" [static] |
Definition at line 46 of file livre_orient.c.
Referenced by main().