Class ConfigECoCheckDetector

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

public class ConfigECoCheckDetector extends Object implements Configuration
Configuration for detecting ECoCheck markers. These markers are chessboard patterns with marker ID and cell ID encoded in the white spaces. Intended for use in multi camera calibration. The number of unique markers and their shapes is required to known before a marker can be detected as the encoding changes based on these values.
See Also:
  • Field Details

    • sampleCountSides

      public int sampleCountSides
      Number of times it will sample the side a square when determining the binarization threshold
    • chessboard

      public final ConfigChessboardX chessboard
      Describes how to detect the chessboard
  • Constructor Details

    • ConfigECoCheckDetector

      public ConfigECoCheckDetector()
  • Method Details