Leptonica 1.85.0
Image processing and image analysis suite
Loading...
Searching...
No Matches
jbclass.h File Reference

Go to the source code of this file.

Data Structures

struct  JbClasser
 
struct  JbData
 

Macros

#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

 JbClasser
 JbData

Definition in file jbclass.h.

Macro Definition Documentation

◆ JB_DATA_EXT

#define JB_DATA_EXT   ".data"

Definition at line 139 of file jbclass.h.

◆ JB_TEMPLATE_EXT

#define JB_TEMPLATE_EXT   ".templates.png"

These parameters are used for naming the two files in which the jbig2-like compressed data is stored.

Definition at line 138 of file jbclass.h.

Typedef Documentation

◆ JBCLASSER

typedef struct JbClasser JBCLASSER

Definition at line 87 of file jbclass.h.

◆ JBDATA

typedef struct JbData JBDATA

Definition at line 119 of file jbclass.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

JB Classifier

Definition at line 123 of file jbclass.h.

◆ anonymous enum

anonymous enum

For jbGetComponents(): type of component to extract from images

JB Component

Definition at line 130 of file jbclass.h.