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.possibleCentersMethods in com.google.zxing.qrcode.detector that return AlignmentPatternModifier and TypeMethodDescription(package private) AlignmentPatternAlignmentPattern.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) AlignmentPatternAlignmentPatternFinder.find()This method attempts to find the bottom-right alignment pattern in the image.protected final AlignmentPatternDetector.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 AlignmentPatternAlignmentPatternFinder.handlePossibleCenter(int[] stateCount, int i, int j) This is called when a horizontal scan finds a possible alignment pattern.