C# Class zxingwp7.datamatrix.DataMatrixReader

This implementation can detect and decode Data Matrix codes in an image.
Inheritance: Reader
Datei anzeigen Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
decode ( BinaryBitmap image ) : System.Result

Locates and decodes a Data Matrix code in an image.

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

Private Methods

Method Description
extractPureBits ( BitMatrix image ) : BitMatrix

This method detects a Data Matrix code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a Data Matrix code, 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 Data Matrix 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