Package boofcv.abst.feature.describe
Class ConfigSurfDescribe.Fast
java.lang.Object
boofcv.abst.feature.describe.ConfigSurfDescribe
boofcv.abst.feature.describe.ConfigSurfDescribe.Fast
- All Implemented Interfaces:
Configuration
,Serializable
- Enclosing class:
- ConfigSurfDescribe
Configuration for SURF implementation that has been designed for speed at the cost of some
stability.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.abst.feature.describe.ConfigSurfDescribe
ConfigSurfDescribe.Fast, ConfigSurfDescribe.Stability
-
Field Summary
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
-
weightSigma
public double weightSigmaWeighting factor's sigma. Try 4.5
-
-
Constructor Details
-
Fast
public Fast()
-
-
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
-