Uses of Class
boofcv.alg.fiducial.microqr.MicroQrCode
Packages that use MicroQrCode
-
Uses of MicroQrCode in boofcv.abst.fiducial
Methods in boofcv.abst.fiducial that return types with arguments of type MicroQrCodeModifier 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
Methods in boofcv.alg.fiducial.microqr that return MicroQrCodeModifier 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'.Methods in boofcv.alg.fiducial.microqr with parameters of type MicroQrCodeModifier and TypeMethodDescriptionbooleanMicroQrCodeDecoderBits.applyErrorCorrection(MicroQrCode qr) Reconstruct the data while applying error correction.booleanMicroQrCodeDecoderBits.decodeMessage(MicroQrCode qr) MicroQrPose3DUtils.getLandmark2D3D(MicroQrCode qr) Returns a list ofPoint2D3D.MicroQrPose3DUtils.getLandmarkByIndex(MicroQrCode qr) Converts the corner observations intoPointIndex2D_F64where observations are in pixelsMicroQrCodeGenerator.render(MicroQrCode qr) static GrayU8MicroQrCodeGenerator.renderImage(int pixelPerModule, int border, MicroQrCode qr) Convenience function for rendering imagesMicroQrCode.setTo(MicroQrCode o) Sets 'this' so that it's equivalent to 'o'.