Uses of Class
boofcv.alg.fiducial.microqr.MicroQrCode
-
Uses of MicroQrCode in boofcv.abst.fiducial
Modifier and TypeMethodDescriptionMicroQrCodeDetector.getDetections()
List of detected fiducialsMicroQrCodePreciseDetector.getDetections()
MicroQrCodeDetector.getFailures()
List of likely fiducials that were rejected.MicroQrCodePreciseDetector.getFailures()
-
Uses of MicroQrCode in boofcv.alg.fiducial.microqr
Modifier and TypeMethodDescriptionMicroQrCode.clone()
MicroQrCodeEncoder.fixate()
Call this function after you are done adding to the QR codeMicroQrCode.setTo
(MicroQrCode o) Sets 'this' so that it's equivalent to 'o'.Modifier and TypeMethodDescriptionboolean
MicroQrCodeDecoderBits.applyErrorCorrection
(MicroQrCode qr) Reconstruct the data while applying error correction.boolean
MicroQrCodeDecoderBits.decodeMessage
(MicroQrCode qr) MicroQrPose3DUtils.getLandmark2D3D
(MicroQrCode qr) Returns a list ofPoint2D3D
.MicroQrPose3DUtils.getLandmarkByIndex
(MicroQrCode qr) Converts the corner observations intoPointIndex2D_F64
where observations are in pixelsMicroQrCodeGenerator.render
(MicroQrCode qr) static GrayU8
MicroQrCodeGenerator.renderImage
(int pixelPerModule, int border, MicroQrCode qr) Convenience function for rendering imagesMicroQrCode.setTo
(MicroQrCode o) Sets 'this' so that it's equivalent to 'o'.