Class ConfigAztecCode

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

public class ConfigAztecCode extends Object implements Configuration
Configuration for AztecCodePreciseDetector
See Also:
  • Field Details

    • threshold

      public ConfigThreshold threshold
      Specifies how images are thresholded and converted into a binary format
    • polygon

      public ConfigPolygonDetector polygon
      Configuration for polygon detector that's used to find position patterns
    • considerTransposed

      public boolean considerTransposed
      If true it will consider transposed markers, i.e. mirror image. Set to false if you know your markers are standard compliant and want a modest speed boost.
    • maxOrientationError

      public int maxOrientationError
      Maximum number of incorrect readings in orientation pattern that are accepted. max 12 for compact. 16 for full-range. Full-range includes reference grid.
  • Constructor Details

    • ConfigAztecCode

      public ConfigAztecCode()
  • Method Details

    • fast

      public static ConfigAztecCode fast()
      Default configuration for a QR Code detector which is optimized for speed
    • setTo

      public ConfigAztecCode setTo(ConfigAztecCode src)
    • checkValidity

      public void checkValidity()
      Description copied from interface: Configuration
      Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
      Specified by:
      checkValidity in interface Configuration