Метод | Описание | |
---|---|---|
decode ( BinaryBitmap image ) : System.Result |
Locates and decodes a QR code in an image.
|
|
decode ( BinaryBitmap image, object>.IDictionary |
Locates and decodes a barcode in some format within an image. This method also accepts hints, each possibly associated to some data, which may help the implementation decode.
|
|
reset ( ) : void |
Resets any internal state the implementation has after a decode, to prepare it for reuse.
|
Метод | Описание | |
---|---|---|
getDecoder ( ) : ZXing.QrCode.Internal.Decoder |
Gets the decoder.
|
Метод | Описание | |
---|---|---|
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)
|
|
moduleSize ( int leftTopBlack, |
public decode ( BinaryBitmap image ) : System.Result | ||
image | BinaryBitmap | |
Результат | System.Result |
public decode ( BinaryBitmap image, object>.IDictionary |
||
image | BinaryBitmap | image of barcode to decode |
hints | object>.IDictionary | passed as a |
Результат | System.Result |
protected getDecoder ( ) : ZXing.QrCode.Internal.Decoder | ||
Результат | ZXing.QrCode.Internal.Decoder |