Uses of Class
boofcv.alg.fiducial.aztec.AztecPyramid
-
Uses of AztecPyramid in boofcv.alg.fiducial.aztec
Modifier and TypeFieldDescriptionfinal AztecPyramid
AztecCode.locator
Locations of extern contours around the squares in a locator pattern.Modifier 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)