Documentation of 'boofcv.alg.feature.detect.extract.ThresholdCornerExtractor' Java class
ThresholdCornerExtractor
boofcv.alg.feature.detect.extract

Class ThresholdCornerExtractor



  • public class ThresholdCornerExtractor
    extends java.lang.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 Detail

      • ThresholdCornerExtractor

        public ThresholdCornerExtractor(float thresh)
      • ThresholdCornerExtractor

        public ThresholdCornerExtractor()
    • Method Detail

      • 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)

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.