public class ConfigSiftOrientation
extends java.lang.Object
implements boofcv.struct.Configuration
OrientationHistogramSift| Modifier and Type | Field and Description |
|---|---|
int |
histogramSize
Number of elements in the histogram.
|
double |
sigmaEnlarge
How much the scale is enlarged by.
|
| Constructor and Description |
|---|
ConfigSiftOrientation() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
static ConfigSiftOrientation |
createPaper()
Creates a configuration similar to how it was originally described in the paper
|
public int histogramSize
public double sigmaEnlarge
public static ConfigSiftOrientation createPaper()
public void checkValidity()
checkValidity in interface boofcv.struct.Configuration