Method | Description | |
---|---|---|
decode ( BinaryBitmap image ) : Result |
Locates and decodes a MaxiCode in an image.
|
|
decode ( BinaryBitmap image, object>.IDictionary |
Locates and decodes a MaxiCode within an image. This method also accepts hints, each possibly associated to some data, which may help the implementation decode.
|
|
reset ( ) : void |
Method | Description | |
---|---|---|
extractPureBits ( |
This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a code, with some white border around it. This is a specialized method that works exceptionally fast in this special case. ZXing.Datamatrix.DataMatrixReader.extractPureBits(BitMatrix) ZXing.QrCode.QRCodeReader.extractPureBits(BitMatrix)
|
public decode ( BinaryBitmap image ) : Result | ||
image | BinaryBitmap | |
return | Result |
public decode ( BinaryBitmap image, object>.IDictionary |
||
image | BinaryBitmap | image of barcode to decode |
hints | object>.IDictionary | passed as a |
return | Result |