Uses of Class
boofcv.alg.fiducial.qrcode.QrCode
-
Uses of QrCode in boofcv.abst.fiducial
Modifier and TypeMethodDescriptionQrCodeDetector.getDetections()
List of detected fiducialsQrCodePreciseDetector.getDetections()
QrCodeDetector.getFailures()
List of likely fiducials that were rejected.QrCodePreciseDetector.getFailures()
-
Uses of QrCode in boofcv.alg.fiducial.qrcode
Modifier and TypeMethodDescriptionQrCode.clone()
QrCodeEncoder.fixate()
Call this function after you are done adding to the QR codeSets 'this' so that it's equivalent to 'o'.Modifier and TypeMethodDescriptionvoid
QrCodeBinaryGridToPixel.addAllFeatures
(QrCode qr) boolean
QrCodeDecoderBits.applyErrorCorrection
(QrCode qr) Reconstruct the data while applying error correction.static void
QrCodePolynomialMath.decodeFormatMessage
(int message, QrCode qr) Assumes that the format message has no errors in it and decodes its data and saves it into the qr codeboolean
QrCodeDecoderBits.decodeMessage
(QrCode qr) Decodes the message encoded in the corrects bits inside the QR.QrPose3DUtils.getLandmark2D3D
(QrCode qr) Returns a list ofPoint2D3D
.QrPose3DUtils.getLandmarkByIndex
(QrCode qr) Converts the corner observations intoPointIndex2D_F64
where observations are in pixelsprotected void
QrCodeGenerator.initialize
(QrCode qr) protected void
QrCodeGeneratorImage.initialize
(QrCode qr) boolean
Uses the previously detected position patterns to seed the search for the alignment patternsGenerates a QR Code with the specified message.void
void
QrCodeBinaryGridReader.setMarkerUnknownVersion
(QrCode qr, float threshold) Sets 'this' so that it's equivalent to 'o'.void
QrCodeBinaryGridToPixel.setTransformFromLinesSquare
(QrCode qr) Used to estimate the image to grid coordinate system before the version is known.