public class ThresholdCornerExtractor extends Object
| Constructor and Description |
|---|
ThresholdCornerExtractor() |
ThresholdCornerExtractor(float thresh) |
| Modifier and Type | Method and Description |
|---|---|
float |
getThreshold() |
void |
process(ImageFloat32 intensity,
QueueCorner corners)
Selects pixels as corners which are above the threshold.
|
void |
setThreshold(float threshold) |
public ThresholdCornerExtractor(float thresh)
public ThresholdCornerExtractor()
public void process(ImageFloat32 intensity, QueueCorner corners)
public float getThreshold()
public void setThreshold(float threshold)
Copyright © 2013. All Rights Reserved.