Package com.google.zxing.qrcode.decoder
Class QRCodeDecoderMetaData
java.lang.Object
com.google.zxing.qrcode.decoder.QRCodeDecoderMetaData
Meta-data container for QR Code decoding. Instances of this class may be used to convey information back to the
decoding caller. Callers are expected to process this.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyMirroredCorrection
(ResultPoint[] points) Apply the result points' order correction due to mirroring.boolean
-
Method Details
-
isMirrored
public boolean isMirrored()- Returns:
- true if the QR Code was mirrored.
-
applyMirroredCorrection
Apply the result points' order correction due to mirroring.- Parameters:
points
- Array of points to apply mirror correction to.
-