public class ThresholdCornerExtractor
extends java.lang.Object
| Constructor and Description |
|---|
ThresholdCornerExtractor() |
ThresholdCornerExtractor(float thresh) |
| Modifier and Type | Method and Description |
|---|---|
float |
getThreshold() |
void |
process(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.QueueCorner corners)
Selects pixels as corners which are above the threshold.
|
void |
setThreshold(float threshold) |