Class AztecPyramid.Layer

java.lang.Object
boofcv.alg.fiducial.aztec.AztecPyramid.Layer
Enclosing class:
AztecPyramid

public static class AztecPyramid.Layer extends Object
Description of a layer in the pyramid
  • Field Details

    • square

      public final Polygon2D_F64 square
      Detected square inside the image
    • center

      public final Point2D_F64 center
      Center of square found using the intersection of the two lines created from opposing corners
    • threshold

      public double threshold
      Local threshold computed from polygon's eedge
  • Constructor Details

    • Layer

      public Layer()
  • Method Details