public class ConfigFast
extends java.lang.Object
implements boofcv.struct.Configuration
FastCornerIntensity,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
minContinuous
Minimum number of pixels around the circle that are required to be a corner.
|
int |
pixelTol
How different pixels need to be to be considered part of a corner.
|
| Constructor and Description |
|---|
ConfigFast() |
ConfigFast(int pixelTol,
int minContinuous) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int pixelTol
public int minContinuous