public class ConfigSiftDescribe
extends java.lang.Object
implements boofcv.struct.Configuration
DescribePointSift| Modifier and Type | Field and Description |
|---|---|
double |
maxDescriptorElementValue
maxDescriptorElementValue Helps with non-affine changes in lighting.
|
int |
numHistogramBins
numHistogramBins Number of bins in histogram.
|
double |
sigmaToPixels
sigmaToPixels Conversion of sigma to pixels.
|
double |
weightingSigmaFraction
weightingSigmaFraction Sigma for Gaussian weighting function is set to this value * region width.
|
int |
widthGrid
widthGrid Width of grid in subregions.
|
int |
widthSubregion
widthSubregion Width of sub-region in samples.
|
| Constructor and Description |
|---|
ConfigSiftDescribe() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int widthSubregion
public int widthGrid
public int numHistogramBins
public double sigmaToPixels
public double weightingSigmaFraction
public double maxDescriptorElementValue