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 AztecPyramid
AztecCode.locator
Locations of extern contours around the squares in a locator pattern.Methods in boofcv.alg.fiducial.aztec with parameters of type AztecPyramidModifier and TypeMethodDescriptionprotected boolean
AztecDecoderImage.decodeMode
(AztecPyramid locator, AztecCode marker) Reads the image and decodes the marker's modeboolean
AztecPyramid.isIdentical
(AztecPyramid b) protected void
AztecGenerator.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.boolean
AztecDecoderImage.process
(AztecPyramid locatorPattern, T gray, AztecCode marker) Attempts to decode a marker at the specified location of a previously found locator patternvoid
AztecPyramid.setTo
(AztecPyramid src)