public class ConfigSiftOrientation
extends java.lang.Object
implements boofcv.struct.Configuration
OrientationHistogramSift,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
histogramSize
Number of elements in the histogram.
|
double |
sigmaEnlarge
How much the scale is enlarged by.
|
double |
sigmaToRadius
Convert a sigma to region radius.
|
| Constructor and Description |
|---|
ConfigSiftOrientation() |
ConfigSiftOrientation(int histogramSize,
double sigmaToRadius,
double sigmaEnlarge) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int histogramSize
public double sigmaToRadius
public double sigmaEnlarge