ZBar Bar Code Reader Library  version 0.10
binarize.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define _qrcode_binarize_H
 

Functions

unsigned char * qr_binarize (const unsigned char *_img, int _width, int _height)
 
void qr_image_cross_masking_median_filter (unsigned char *_img, int _width, int _height)
 
void qr_wiener_filter (unsigned char *_img, int _width, int _height)
 

Macro Definition Documentation

#define _qrcode_binarize_H

Function Documentation

unsigned char* qr_binarize ( const unsigned char *  _img,
int  _width,
int  _height 
)

References fclose(), fprintf(), g, scan_image::height, main(), qr_binarize(), QR_MAXI, QR_MINI, scan_image::width, x, and y.

Referenced by _zbar_qr_decode(), and qr_binarize().

Here is the call graph for this function:

Here is the caller graph for this function:

void qr_image_cross_masking_median_filter ( unsigned char *  _img,
int  _width,
int  _height 
)
void qr_wiener_filter ( unsigned char *  _img,
int  _width,
int  _height 
)