Class QrCode.Alignment

java.lang.Object
boofcv.alg.fiducial.qrcode.QrCode.Alignment
Enclosing class:
QrCode

public static class QrCode.Alignment extends Object
Information related to a specific alignment pattern. The center coordinate is stored.
  • Field Details

    • pixel

      public Point2D_F64 pixel
      Pixel coordinate of this alignment pattern's center
    • moduleX

      public int moduleX
      Center grid coordinate of alignment pattern.
    • moduleY

      public int moduleY
      Center grid coordinate of alignment pattern.
    • threshold

      public double threshold
      Threshold value selected at this alignment pattern
  • Constructor Details

    • Alignment

      public Alignment()
  • Method Details