Class ConfigSquareGrid

java.lang.Object
boofcv.abst.fiducial.calib.ConfigSquareGrid
All Implemented Interfaces:
Configuration, Serializable

public class ConfigSquareGrid extends Object implements Configuration
Calibration parameters for square-grid style calibration grid.
See Also:
  • Field Details

    • thresholding

      public ConfigThreshold thresholding
      Configuration for thresholding the image
    • square

      public ConfigPolygonDetector square
      Configuration for square detector NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor. Values specified here are ignored.
  • Constructor Details

    • ConfigSquareGrid

      public ConfigSquareGrid()
  • Method Details