Uses of Class
com.google.zxing.qrcode.detector.AlignmentPattern
Packages that use AlignmentPattern
-
Uses of AlignmentPattern in com.google.zxing.qrcode.detector
Fields in com.google.zxing.qrcode.detector with type parameters of type AlignmentPatternModifier and TypeFieldDescriptionprivate final List
<AlignmentPattern> AlignmentPatternFinder.possibleCenters
Methods in com.google.zxing.qrcode.detector that return AlignmentPatternModifier and TypeMethodDescription(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 final 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.