Package boofcv.alg.fiducial.aztec
Class AztecPyramid
java.lang.Object
boofcv.alg.fiducial.aztec.AztecPyramid
Describes the locator pattern for an
AztecCode
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Description of a layer in the pyramid -
Field Summary
Modifier and TypeFieldDescriptionfinal DogArray<AztecPyramid.Layer>
layers or rings in the pyramid. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Rotates the inner ring so that its corners indexes match up with the corners in the outer ring.get
(int index) Returns a layer in the pyramidint
boolean
void
reset()
void
resize
(int numLayers) void
setTo
(AztecPyramid src)
-
Field Details
-
layers
layers or rings in the pyramid. outermost is first. Corners are aligned so that they match up.
-
-
Constructor Details
-
AztecPyramid
public AztecPyramid()
-
-
Method Details
-
resize
public void resize(int numLayers) -
get
Returns a layer in the pyramid -
alignCorners
public void alignCorners()Rotates the inner ring so that its corners indexes match up with the corners in the outer ring. -
getGridWidth
public int getGridWidth() -
setTo
-
reset
public void reset() -
isIdentical
-