Package boofcv.factory.feature.dense
Class ConfigDenseSurfStable
java.lang.Object
boofcv.factory.feature.dense.ConfigDenseSurfStable
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for Dense SURF features optimized for stability
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Relative size of descriptorSpecifies the frequency it will sample across the image in pixels.Configuration for Stable SURF descriptor -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.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
-
surf
Configuration for Stable SURF descriptor -
sampling
Specifies the frequency it will sample across the image in pixels. Default ix period X = 8, period Y = 8. -
descriptorScale
public double descriptorScaleRelative size of descriptor
-
-
Constructor Details
-
ConfigDenseSurfStable
-
ConfigDenseSurfStable
public ConfigDenseSurfStable()
-
-
Method Details
-
setTo
-
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
-