Package boofcv.alg.fiducial.qrcode
Class QrCodeGenerator
java.lang.Object
boofcv.alg.fiducial.qrcode.QrGeneratorBase<QrCodeGenerator>
boofcv.alg.fiducial.qrcode.QrCodeGenerator
- Direct Known Subclasses:
QrCodeGeneratorImage
Abstract class for creating qr codes. Contains the logic for rendering the QR Code but is missing
the actual renderer.
-
Field Summary
Fields inherited from class boofcv.alg.fiducial.qrcode.QrGeneratorBase
bitLocations, markerWidth, moduleWidth, numModules, render, renderData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
initialize
(QrCode qr) Generates a QR Code with the specified message.Methods inherited from class boofcv.alg.fiducial.qrcode.QrGeneratorBase
positionPattern, setMarkerWidth, setRender, square, timingPattern
-
Constructor Details
-
QrCodeGenerator
public QrCodeGenerator(double markerWidth) -
QrCodeGenerator
public QrCodeGenerator()
-
-
Method Details
-
render
Generates a QR Code with the specified message. An exception is thrown if the message is too long to be encoded. -
initialize
-