Class ConfigParamPolar

java.lang.Object
boofcv.factory.feature.detect.line.ConfigParamPolar
All Implemented Interfaces:
Configuration, Serializable

public class ConfigParamPolar extends Object implements Configuration
parameters for HoughParametersPolar
See Also:
  • Field Details

    • resolutionRange

      public double resolutionRange
      Resolution of line range in pixels. Try 2
    • numBinsAngle

      public int numBinsAngle
      Number of bins along angle axis. Resolution = 180/binAngle (degrees)
  • Constructor Details

    • ConfigParamPolar

      public ConfigParamPolar(double resolutionRange, int numBinsAngle)
    • ConfigParamPolar

      public ConfigParamPolar()
  • Method Details