C# Class zxingwp7.qrcode.QRCodeReader

This implementation can detect and decode QR Codes in an image.
Inheritance: Reader
Mostra file Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
decode ( BinaryBitmap image ) : System.Result

Locates and decodes a QR code in an image.

decode ( BinaryBitmap image, Object>.Dictionary hints ) : System.Result

Private Methods

Method Description
extractPureBits ( BitMatrix image ) : BitMatrix

This method detects a barcode in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a barcode, with some white border around it. This is a specialized method that works exceptionally fast in this special case.

Method Details

decode() public method

Locates and decodes a QR code in an image.
public decode ( BinaryBitmap image ) : System.Result
image BinaryBitmap
return System.Result

decode() public method

public decode ( BinaryBitmap image, Object>.Dictionary hints ) : System.Result
image BinaryBitmap
hints Object>.Dictionary
return System.Result