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 |
#define ZBAR_FIXED |
#define ZBAR_FRAC |
Referenced by scan_image().
int main | ( | int | argc, |
const char * | argv[] | ||
) |
void scan_image | ( | const char * | filename | ) |
References zbar::Decoder::decode_width(), zbar::Scanner::flush(), zbar::Scanner::get_color(), zbar::Decoder::get_data_string(), zbar::Scanner::get_width(), scan_image::height, scan_image::image, scan_image::raw, zbar::Decoder::reset(), zbar::Scanner::reset(), zbar::Scanner::scan_y(), svg, scan_image::width, x, y, ZBAR_FRAC, zbar::ZBAR_PARTIAL, and zbar_scanner_get_state().
Referenced by main().
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 | ||
) |
Decoder decoder |
Scanner scanner |