#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <zbar.h>
#include "opencv/cv.h"
#include "opencv/highgui.h"
Go to the source code of this file.
Defines | |
#define | MagickExportImagePixels MagickGetImagePixels |
Functions | |
int | main (int argc, const char *argv[]) |
static int | parse_config (const char *cfgstr, const char *arg) |
static int | scan_image (IplImage *image) |
int | usage (int rc, const char *msg, const char *arg) |
Variables | |
static int | exit_code = 0 |
static const char * | note_usage = "\n" |
static int | notfound = 0 |
static int | num_images = 1 |
static int | num_symbols = 0 |
static zbar_processor_t * | processor = NULL |
static const char * | warning_not_found = "\n" |
static const char * | xml_foot = "</barcodes>\n" |
static const char * | xml_head = "<barcodes xmlns='http://zbar.sourceforge.net/2008/barcode'>\n" |
char * | xmlbuf = NULL |
unsigned | xmlbuflen = 0 |
static int | xmllvl = 0 |
#define MagickExportImagePixels MagickGetImagePixels |
Definition at line 52 of file zbar_barcode_reader.c.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 223 of file zbar_barcode_reader.c.
static int parse_config | ( | const char * | cfgstr, |
const char * | arg | ||
) | [inline, static] |
Definition at line 212 of file zbar_barcode_reader.c.
static int scan_image | ( | IplImage * | image | ) | [static] |
Definition at line 103 of file zbar_barcode_reader.c.
int usage | ( | int | rc, |
const char * | msg, | ||
const char * | arg | ||
) |
Definition at line 197 of file zbar_barcode_reader.c.
int exit_code = 0 [static] |
Definition at line 94 of file zbar_barcode_reader.c.
const char* note_usage = "\n" [static] |
Definition at line 55 of file zbar_barcode_reader.c.
int notfound = 0 [static] |
Definition at line 94 of file zbar_barcode_reader.c.
int num_images = 1 [static] |
Definition at line 95 of file zbar_barcode_reader.c.
int num_symbols = 0 [static] |
Definition at line 95 of file zbar_barcode_reader.c.
Definition at line 101 of file zbar_barcode_reader.c.
const char* warning_not_found = "\n" [static] |
Definition at line 76 of file zbar_barcode_reader.c.
Definition at line 91 of file zbar_barcode_reader.c.
Definition at line 89 of file zbar_barcode_reader.c.
Definition at line 98 of file zbar_barcode_reader.c.
unsigned xmlbuflen = 0 |
Definition at line 99 of file zbar_barcode_reader.c.
int xmllvl = 0 [static] |
Definition at line 96 of file zbar_barcode_reader.c.