Package boofcv.alg.fiducial.aztec
Class AztecPyramid.Layer
java.lang.Object
boofcv.alg.fiducial.aztec.AztecPyramid.Layer
- Enclosing class:
- AztecPyramid
Description of a layer in the pyramid
-
Field Summary
Modifier and TypeFieldDescriptionfinal Point2D_F64
Center of square found using the intersection of the two lines created from opposing cornersfinal Polygon2D_F64
Detected square inside the imagedouble
Local threshold computed from polygon's eedge -
Constructor Summary
-
Method Summary
-
Field Details
-
square
Detected square inside the image -
center
Center of square found using the intersection of the two lines created from opposing corners -
threshold
public double thresholdLocal threshold computed from polygon's eedge
-
-
Constructor Details
-
Layer
public Layer()
-
-
Method Details
-
setTo
-
reset
public void reset() -
isIdentical
-