Leptonica 1.68
C Image Processing Library
|
Generates dwa code for hit-miss transform (hmt) that is used in pixPageFlipDetectDWA(). More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | INDEX 3 |
#define | DFLAG 1 |
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 dwa code for hit-miss transform (hmt) that is used in pixPageFlipDetectDWA().
Definition in file flipselgen.c.
#define INDEX 3 |
Definition at line 32 of file flipselgen.c.
Referenced by main().
#define DFLAG 1 |
Definition at line 33 of file flipselgen.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 60 of file flipselgen.c.
References DFLAG, ERROR_INT, fhmtautogen(), INDEX, L_INSERT, NULL, pixaAddPix(), pixaCreate(), pixaDestroy(), pixaDisplayTiled(), pixDestroy(), pixDisplayWithTitle(), selaAddSel(), selaCreate(), selaDestroy(), selCreateFromString(), selDisplayInPix(), textsel1, textsel2, textsel3, and textsel4.
const char* textsel1 = "xxxxxx" [static] |
Definition at line 36 of file flipselgen.c.
Referenced by main().
const char* textsel2 = "xxxxxx" [static] |
Definition at line 42 of file flipselgen.c.
Referenced by main().
const char* textsel3 = "x oo " [static] |
Definition at line 48 of file flipselgen.c.
Referenced by main().
const char* textsel4 = " oo x" [static] |
Definition at line 54 of file flipselgen.c.
Referenced by main().