Class ThresholdCornerExtractor

java.lang.Object
boofcv.alg.feature.detect.extract.ThresholdCornerExtractor

public class ThresholdCornerExtractor extends Object
All pixels which have an intensity above the specified threshold are considered to be features. This will tend to produce poor results because clusters are values will be above threshold.
  • Constructor Details

    • ThresholdCornerExtractor

      public ThresholdCornerExtractor(float thresh)
    • ThresholdCornerExtractor

      public ThresholdCornerExtractor()
  • Method Details

    • process

      public void process(GrayF32 intensity, QueueCorner corners)
      Selects pixels as corners which are above the threshold.
    • getThreshold

      public float getThreshold()
    • setThreshold

      public void setThreshold(float threshold)