- decode(boolean[][]) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
-
- decode(boolean[][], Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
-
Convenience method that can decode a QR Code represented as a 2D array of
booleans.
- decode(BitMatrix) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
-
- decode(BitMatrix, Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
-
Decodes a QR Code represented as a BitMatrix.
- decode(BinaryBitmap) - Method in class com.jtm.qrcode.qrcode.QRCodeReader
-
Locates and decodes a QR code in an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.QRCodeReader
-
- decodeFormats - Variable in class com.jtm.qrcode.DecoderActivity
-
- Decoder - Class in com.jtm.qrcode.qrcode.decoder
-
The main class which implements QR Code decoding -- as opposed to locating
and extracting the QR Code from an image.
- Decoder() - Constructor for class com.jtm.qrcode.qrcode.decoder.Decoder
-
- DecoderActivity - Class in com.jtm.qrcode
-
Example Decoder Activity.
- DecoderActivity() - Constructor for class com.jtm.qrcode.DecoderActivity
-
- DecoderActivityHandler - Class in com.jtm.qrcode
-
This class handles all the messaging which comprises the state machine for
capture.
- detect() - Method in class com.jtm.qrcode.qrcode.detector.Detector
-
Detects a QR Code in an image, simply.
- detect(Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.detector.Detector
-
Detects a QR Code in an image, simply.
- Detector - Class in com.jtm.qrcode.qrcode.detector
-
Encapsulates logic that can detect a QR Code in an image, even if the QR Code
is rotated or skewed, or partially obscured.
- Detector(BitMatrix) - Constructor for class com.jtm.qrcode.qrcode.detector.Detector
-
- drawLine(Canvas, Paint, ResultPoint, ResultPoint) - Static method in class com.jtm.qrcode.DecoderActivity
-
- drawResultBitmap(Bitmap) - Method in class com.jtm.qrcode.ViewfinderView
-
Draw a bitmap with the result points highlighted instead of the live
scanning display.
- drawResultPoints(Bitmap, Result) - Method in class com.jtm.qrcode.DecoderActivity
-
- drawViewfinder() - Method in class com.jtm.qrcode.ViewfinderView
-