Leptonica 1.68
C Image Processing Library

flipselgen.c File Reference

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"

Detailed Description

Generates dwa code for hit-miss transform (hmt) that is used in pixPageFlipDetectDWA().

Definition in file flipselgen.c.


Define Documentation

#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().


Function Documentation


Variable Documentation

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().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines