Leptonica 1.68
C Image Processing Library

livre_orient.c File Reference

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"

Detailed Description

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.


Function Documentation


Variable Documentation

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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines