Class ThresholdCornerExtractor
java.lang.Object
boofcv.alg.feature.detect.extract.ThresholdCornerExtractor
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
void
process
(GrayF32 intensity, QueueCorner corners) Selects pixels as corners which are above the threshold.void
setThreshold
(float threshold)
-
Constructor Details
-
ThresholdCornerExtractor
public ThresholdCornerExtractor(float thresh) -
ThresholdCornerExtractor
public ThresholdCornerExtractor()
-
-
Method Details
-
process
Selects pixels as corners which are above the threshold. -
getThreshold
public float getThreshold() -
setThreshold
public void setThreshold(float threshold)
-