boofcv.abst.feature.describe
Class ConfigSiftDescribe
- java.lang.Object
-
- boofcv.abst.feature.describe.ConfigSiftDescribe
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigSiftDescribe extends java.lang.Object implements Configuration
Configuration forDescribePointSift- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description doublemaxDescriptorElementValuemaxDescriptorElementValue Helps with non-affine changes in lighting.intnumHistogramBinsnumHistogramBins Number of bins in histogram.doublesigmaToPixelssigmaToPixels Conversion of sigma to pixels.doubleweightingSigmaFractionweightingSigmaFraction Sigma for Gaussian weighting function is set to this value * region width.intwidthGridwidthGrid Width of grid in subregions.intwidthSubregionwidthSubregion Width of sub-region in samples.
-
Constructor Summary
Constructors Constructor and Description ConfigSiftDescribe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcheckValidity()Checks to see if the configuration is valid.
-
-
-
Field Detail
-
widthSubregion
public int widthSubregion
widthSubregion Width of sub-region in samples. Try 4
-
widthGrid
public int widthGrid
widthGrid Width of grid in subregions. Try 4.
-
numHistogramBins
public int numHistogramBins
numHistogramBins Number of bins in histogram. Try 8
-
sigmaToPixels
public double sigmaToPixels
sigmaToPixels Conversion of sigma to pixels. Used to scale the descriptor region. Try 1.0
-
weightingSigmaFraction
public double weightingSigmaFraction
weightingSigmaFraction Sigma for Gaussian weighting function is set to this value * region width. Try 0.5
-
maxDescriptorElementValue
public double maxDescriptorElementValue
maxDescriptorElementValue Helps with non-affine changes in lighting. See paper. Try 0.2
-
-
Method Detail
-
checkValidity
public void checkValidity()
Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
-
DataMelt 3.0 © DataMelt by jWork.ORG