Leptonica 1.68
C Image Processing Library
|
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 } |
Structs for unsupervised classification of 1 bpp components from a set of pages; used for jbig2 compression.
Definition in file jbclass.h.
#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().