Leptonica 1.68
C Image Processing Library

jbclass.h File Reference

Structs for unsupervised classification of 1 bpp components from a set of pages; used for jbig2 compression. More...

Go to the source code of this file.

Data Structures

struct  JbClasser
struct  JbData

Defines

#define JB_TEMPLATE_EXT   ".templates.png"
#define JB_DATA_EXT   ".data"

Typedefs

typedef struct JbClasser JBCLASSER
typedef struct JbData JBDATA

Enumerations

enum  { JB_RANKHAUS = 0, JB_CORRELATION = 1 }
enum  { JB_CONN_COMPS = 0, JB_CHARACTERS = 1, JB_WORDS = 2 }

Detailed Description

Structs for unsupervised classification of 1 bpp components from a set of pages; used for jbig2 compression.

Definition in file jbclass.h.


Define Documentation

#define JB_TEMPLATE_EXT   ".templates.png"

Definition at line 118 of file jbclass.h.

Referenced by jbDataRead(), and jbDataWrite().

#define JB_DATA_EXT   ".data"

Definition at line 119 of file jbclass.h.

Referenced by jbDataRead(), and jbDataWrite().


Typedef Documentation

typedef struct JbClasser JBCLASSER

Definition at line 72 of file jbclass.h.

typedef struct JbData JBDATA

Definition at line 100 of file jbclass.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
JB_RANKHAUS 
JB_CORRELATION 

Definition at line 104 of file jbclass.h.

anonymous enum
Enumerator:
JB_CONN_COMPS 
JB_CHARACTERS 
JB_WORDS 

Definition at line 110 of file jbclass.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines