Class ConfigChessboardBinary

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

public class ConfigChessboardBinary extends Object implements Configuration
Calibration parameters for chessboard style calibration grid.
See Also:
  • Field Details

    • maximumCornerDistance

      public ConfigLength maximumCornerDistance
      The maximum distance in pixels that two corners can be from each other. In well focused image this number can be only a few pixels. The default value has been selected to handle blurred images. If relative it is relative to min(image.width,image.height)
    • 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 constructor. Values specified here are ignored.
  • Constructor Details

    • ConfigChessboardBinary

      public ConfigChessboardBinary()
  • Method Details