Class EncodedCell

java.lang.Object
boofcv.alg.fiducial.calib.ecocheck.EncodedCell

public class EncodedCell extends Object
Describes the appearance of an encoded cell
  • Field Details

    • width

      public int width
      The number of bits along each side of the square
    • bits

      public final PackedBits8 bits
      Value of each bit in the cell. Number of bits must equal width*width.
  • Constructor Details

    • EncodedCell

      public EncodedCell()
  • Method Details

    • reset

      public void reset()