| Modifier and Type | Method and Description |
|---|---|
ResultPoint |
Result.getResultPoints()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.addResultPoints(ResultPoint
|
static float |
ResultPoint.distance(ResultPoint
|
void |
ResultPointCallback.foundPossibleResultPoint(ResultPoint
|
static void |
ResultPoint.orderBestPatterns(ResultPoint
Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC and BC is less than AC, and the angle between BC and BA is less than 180 degrees.
|
| Constructor and Description | |
|---|---|
Result(String
|
|
Result(String
|
| Constructor and Description | |
|---|---|
AztecDetectorResult(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
ResultPoint |
DetectorResult.getPoints()
|
| Constructor and Description | |
|---|---|
DetectorResult(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
ResultPoint |
MonochromeRectangleDetector.detect()
Detects a rectangular region of black and white -- mostly black -- with a region of mostly white, in an image.
|
ResultPoint |
WhiteRectangleDetector.detect()
Detects a candidate barcode-like rectangular region within an image.
|
| Modifier and Type | Method and Description |
|---|---|
ResultPoint |
FinderPattern.getResultPoints()
|
| Modifier and Type | Method and Description |
|---|---|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
void |
QRCodeDecoderMetaData.applyMirroredCorrection(ResultPoint
Apply the result points' order correction due to mirroring.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlignmentPattern
Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.
|
class |
FinderPattern
Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes.
|
| Modifier and Type | Method and Description |
|---|---|
protected float |
Detector.calculateModuleSize(ResultPoint
Computes an average estimated module size based on estimated derived from the positions of the three finder patterns.
|