Uses of Class
com.google.zxing.ResultPoint
Packages that use ResultPoint
Package
Description
-
Uses of ResultPoint in com.google.zxing
Methods in com.google.zxing that return ResultPointMethods in com.google.zxing with parameters of type ResultPointModifier and TypeMethodDescriptionvoid
Result.addResultPoints
(ResultPoint[] newPoints) static float
ResultPoint.distance
(ResultPoint pattern1, ResultPoint pattern2) void
ResultPointCallback.foundPossibleResultPoint
(ResultPoint point) static void
ResultPoint.orderBestPatterns
(ResultPoint[] patterns) 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.Constructors in com.google.zxing with parameters of type ResultPointModifierConstructorDescriptionResult
(String text, byte[] rawBytes, int numBits, ResultPoint[] resultPoints, BarcodeFormat format, long timestamp) Result
(String text, byte[] rawBytes, ResultPoint[] resultPoints, BarcodeFormat format) Result
(String text, byte[] rawBytes, ResultPoint[] resultPoints, BarcodeFormat format, long timestamp) -
Uses of ResultPoint in com.google.zxing.aztec
Constructors in com.google.zxing.aztec with parameters of type ResultPointModifierConstructorDescriptionAztecDetectorResult
(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers) AztecDetectorResult
(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers, int errorsCorrected) -
Uses of ResultPoint in com.google.zxing.common
Methods in com.google.zxing.common that return ResultPointConstructors in com.google.zxing.common with parameters of type ResultPoint -
Uses of ResultPoint in com.google.zxing.common.detector
Methods in com.google.zxing.common.detector that return ResultPoint -
Uses of ResultPoint in com.google.zxing.oned.rss
Methods in com.google.zxing.oned.rss that return ResultPoint -
Uses of ResultPoint in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder with parameters of type ResultPointModifier and TypeMethodDescriptionstatic DecoderResult
PDF417ScanningDecoder.decode
(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) -
Uses of ResultPoint in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder with parameters of type ResultPointModifier and TypeMethodDescriptionvoid
QRCodeDecoderMetaData.applyMirroredCorrection
(ResultPoint[] points) Apply the result points' order correction due to mirroring. -
Uses of ResultPoint in com.google.zxing.qrcode.detector
Subclasses of ResultPoint in com.google.zxing.qrcode.detectorModifier and TypeClassDescriptionfinal class
Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.final class
Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes.Methods in com.google.zxing.qrcode.detector with parameters of type ResultPointModifier and TypeMethodDescriptionprotected final float
Detector.calculateModuleSize
(ResultPoint topLeft, ResultPoint topRight, ResultPoint bottomLeft) Computes an average estimated module size based on estimated derived from the positions of the three finder patterns.