Class ConfigFiducialImage

java.lang.Object
boofcv.factory.fiducial.ConfigFiducialImage
All Implemented Interfaces:
Configuration, Serializable

public class ConfigFiducialImage extends Object implements Configuration
See Also:
  • Field Details

    • maxErrorFraction

      public double maxErrorFraction
      If the difference between an candidate and a target is less than this amount it is considered a match.
    • borderWidthFraction

      public double borderWidthFraction
      How wide the border is relative to the total fiducial width. 0.25 is standard and is a good compromise between ability to view at extreme angles and area to encode information.
    • minimumBlackBorderFraction

      public double minimumBlackBorderFraction
      Fraction of border pixels which must be black.
    • squareDetector

      public ConfigPolygonDetector squareDetector
      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

    • ConfigFiducialImage

      public ConfigFiducialImage()
  • Method Details