Uses of Class
boofcv.alg.fiducial.aztec.AztecCode
Packages that use AztecCode
-
Uses of AztecCode in boofcv.abst.fiducial
Methods in boofcv.abst.fiducial that return types with arguments of type AztecCodeModifier 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
Methods in boofcv.alg.fiducial.aztec that return AztecCodeModifier and TypeMethodDescriptionAztecCode.copy()AztecEncoder.fixate()Encodes into binary data all the segments, computes ECC, and constructs the final marker.Methods in boofcv.alg.fiducial.aztec with parameters of type AztecCodeModifier and TypeMethodDescriptionbooleanAztecMessageErrorCorrection.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 voidAztecGenerator.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 booleanAztecDecoderImage.decodeMessage(AztecCode marker) Reads the message data from the image then decodes it.protected booleanAztecDecoderImage.decodeMode(AztecPyramid locator, AztecCode marker) Reads the image and decodes the marker's modebooleanAztecMessageModeCodec.decodeMode(PackedBits8 bits, AztecCode marker) Applies error correction to bits then decodes the values.voidAztecMessageModeCodec.encodeMode(AztecCode marker, PackedBits8 bits) Encodes the binary data for the mode message for the provided marker.booleanExtracts the message from this marker.booleanAztecDecoderImage.process(AztecPyramid locatorPattern, T gray, AztecCode marker) Attempts to decode a marker at the specified location of a previously found locator patternstatic GrayU8AztecGenerator.renderImage(int pixelPerSquare, int border, AztecCode marker) Convenience function for rendering images