ZBar Bar Code Reader Library  version 0.10
dbg_scan.cpp File Reference
Include dependency graph for dbg_scan.cpp:

Macros

#define ZBAR_FIXED
 
#define ZBAR_FRAC
 

Functions

int main (int argc, const char *argv[])
 
void scan_image (const char *filename)
 
void zbar_scanner_get_state (const zbar_scanner_t *scn, unsigned *x, unsigned *cur_edge, unsigned *last_edge, int *y0, int *y1, int *y2, int *y1_thresh)
 

Variables

Decoder decoder
 
Scanner scanner
 

Macro Definition Documentation

#define ZBAR_FIXED
#define ZBAR_FRAC

Referenced by scan_image().

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

References scan_image().

Here is the call graph for this function:

void zbar_scanner_get_state ( const zbar_scanner_t scn,
unsigned *  x,
unsigned *  cur_edge,
unsigned *  last_edge,
int *  y0,
int *  y1,
int *  y2,
int *  y1_thresh 
)

Referenced by scan_image().

Here is the caller graph for this function:

Variable Documentation

Scanner scanner