Uses of Class
boofcv.alg.fiducial.aztec.AztecCode
-
Uses of AztecCode in boofcv.abst.fiducial
Modifier and TypeMethodDescriptionAztecCodeDetector.getDetections()
List of detected fiducialsAztecCodePreciseDetector.getDetections()
AztecCodeDetector.getFailures()
List of likely fiducials that were rejected.AztecCodePreciseDetector.getFailures()
-
Uses of AztecCode in boofcv.alg.fiducial.aztec
Modifier and TypeMethodDescriptionAztecCode.copy()
AztecEncoder.fixate()
Encodes into binary data all the segments, computes ECC, and constructs the final marker.Modifier and TypeMethodDescriptionboolean
AztecMessageErrorCorrection.applyErrorCorrection
(AztecCode marker) Applies error correction to the raw data inside the marker and adds the results to the marker while updating metadata such as number of bit errors detected.static void
AztecGenerator.computeDataBitCoordinates
(AztecCode marker, PackedArrayPoint2D_I16 coordinates) Computes the coordinate of each bit in the marker in units of squares as specified in Figure 5.protected boolean
AztecDecoderImage.decodeMessage
(AztecCode marker) Reads the message data from the image then decodes it.protected boolean
AztecDecoderImage.decodeMode
(AztecPyramid locator, AztecCode marker) Reads the image and decodes the marker's modeboolean
AztecMessageModeCodec.decodeMode
(PackedBits8 bits, AztecCode marker) Applies error correction to bits then decodes the values.void
AztecMessageModeCodec.encodeMode
(AztecCode marker, PackedBits8 bits) Encodes the binary data for the mode message for the provided marker.boolean
Extracts the message from this marker.boolean
AztecDecoderImage.process
(AztecPyramid locatorPattern, T gray, AztecCode marker) Attempts to decode a marker at the specified location of a previously found locator patternstatic GrayU8
AztecGenerator.renderImage
(int pixelPerSquare, int border, AztecCode marker) Convenience function for rendering images