Package boofcv.abst.feature.describe
Class ConfigSurfDescribe.Stability
java.lang.Object
boofcv.abst.feature.describe.ConfigSurfDescribe
boofcv.abst.feature.describe.ConfigSurfDescribe.Stability
- All Implemented Interfaces:
Configuration
,Serializable
- Enclosing class:
- ConfigSurfDescribe
Configuration for SURF implementation that has been designed for stability.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.abst.feature.describe.ConfigSurfDescribe
ConfigSurfDescribe.Fast, ConfigSurfDescribe.Stability
-
Field Summary
Modifier and TypeFieldDescriptionint
Number of sample points sub-regions overlap, Typically 2.double
Sigma used to weight points in the sub-region grid.double
Sigma used to weight points in the large grid.Fields inherited from class boofcv.abst.feature.describe.ConfigSurfDescribe
useHaar, widthLargeGrid, widthSample, widthSubRegion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.Methods inherited from class boofcv.abst.feature.describe.ConfigSurfDescribe
setTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
overLap
public int overLapNumber of sample points sub-regions overlap, Typically 2. -
sigmaLargeGrid
public double sigmaLargeGridSigma used to weight points in the sub-region grid. Typically 2.5 -
sigmaSubRegion
public double sigmaSubRegionSigma used to weight points in the large grid. Typically 2.5
-
-
Constructor Details
-
Stability
public Stability()
-
-
Method Details
-
checkValidity
public void checkValidity()Description copied from interface:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
- Overrides:
checkValidity
in classConfigSurfDescribe
-
setTo
-