Leptonica  1.83.1
Image processing and image analysis suite
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_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.

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.