Class CellValue

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

public class CellValue extends Object
Value of a decoded cell inside of ECoCheckDetector.
  • Field Details

    • markerID

      public int markerID
      Which marker the cell behinds to
    • cellID

      public int cellID
      Which cell inside the marker
  • Constructor Details

    • CellValue

      public CellValue()
  • Method Details

    • setTo

      public void setTo(int markerID, int cellID)