boofcv.alg.feature.detect.extract
Class ThresholdCornerExtractor
- java.lang.Object
-
- boofcv.alg.feature.detect.extract.ThresholdCornerExtractor
-
public class ThresholdCornerExtractor extends java.lang.ObjectAll 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 Summary
Constructors Constructor and Description ThresholdCornerExtractor()ThresholdCornerExtractor(float thresh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description floatgetThreshold()voidprocess(GrayF32 intensity, QueueCorner corners)Selects pixels as corners which are above the threshold.voidsetThreshold(float 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