Package | Description |
---|---|
com.google.zxing.qrcode.detector |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AlignmentPattern> |
AlignmentPatternFinder.possibleCenters |
Modifier and Type | Method and Description |
---|---|
(package private) AlignmentPattern |
AlignmentPattern.combineEstimate(float i,
float j,
float newModuleSize)
Combines this object's current estimate of a finder pattern position and module size
with a new estimate.
|
(package private) AlignmentPattern |
AlignmentPatternFinder.find()
This method attempts to find the bottom-right alignment pattern in the image.
|
protected AlignmentPattern |
Detector.findAlignmentInRegion(float overallEstModuleSize,
int estAlignmentX,
int estAlignmentY,
float allowanceFactor)
Attempts to locate an alignment pattern in a limited region of the image, which is
guessed to contain it.
|
private AlignmentPattern |
AlignmentPatternFinder.handlePossibleCenter(int[] stateCount,
int i,
int j)
This is called when a horizontal scan finds a possible alignment pattern.
|