Uses of Class
boofcv.alg.fiducial.aztec.AztecPyramid
Packages that use AztecPyramid
-
Uses of AztecPyramid in boofcv.alg.fiducial.aztec
Fields in boofcv.alg.fiducial.aztec declared as AztecPyramidModifier and TypeFieldDescriptionfinal AztecPyramidAztecCode.locatorLocations of extern contours around the squares in a locator pattern.Methods in boofcv.alg.fiducial.aztec with parameters of type AztecPyramidModifier and TypeMethodDescriptionprotected booleanAztecDecoderImage.decodeMode(AztecPyramid locator, AztecCode marker) Reads the image and decodes the marker's modebooleanAztecPyramid.isIdentical(AztecPyramid b) protected voidAztecGenerator.locatorPattern(double tl_x, double tl_y, int ringCount, AztecPyramid locator) Renders the locator pattern given it's top-left corner of the outermost ring.booleanAztecDecoderImage.process(AztecPyramid locatorPattern, T gray, AztecCode marker) Attempts to decode a marker at the specified location of a previously found locator patternvoidAztecPyramid.setTo(AztecPyramid src)