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
FieldsModifier and TypeFieldDescriptionintNumber of sample points sub-regions overlap, Typically 2.doubleSigma used to weight points in the sub-region grid.doubleSigma used to weight points in the large grid.Fields inherited from class boofcv.abst.feature.describe.ConfigSurfDescribe
useHaar, widthLargeGrid, widthSample, widthSubRegion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.Methods inherited from class boofcv.abst.feature.describe.ConfigSurfDescribe
setToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration- Overrides:
checkValidityin classConfigSurfDescribe
-
setTo
-