Class ConfigEdgeThreshold

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

public class ConfigEdgeThreshold extends Object implements Configuration
Configuration for computing a binary image from a thresholded gradient.
See Also:
  • Field Details

    • gradient

      public DerivativeType gradient
      Which method to use to compute the gradient
    • threshold

      public float threshold
      Threshold for classifying pixels as edge or not. Try 30.
    • nonMax

      public boolean nonMax
      Should it apply edge based non-maximum suppression
  • Constructor Details

    • ConfigEdgeThreshold

      public ConfigEdgeThreshold()
  • Method Details