Package boofcv.factory.feature.dense
Class ConfigDenseSift
java.lang.Object
boofcv.factory.feature.dense.ConfigDenseSift
- All Implemented Interfaces:
Configuration,Serializable
Configuration for dense SIFT features
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the frequency it will sample across the image in pixels.Specifies how the SIFT descriptor is computed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.setTo(ConfigDenseSift src) Methods 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
-
sift
Specifies how the SIFT descriptor is computed. All parameters are used butConfigSiftDescribe.sigmaToPixels -
sampling
Specifies the frequency it will sample across the image in pixels. Default ix period X = 6, period Y = 6.
-
-
Constructor Details
-
ConfigDenseSift
-
ConfigDenseSift
public ConfigDenseSift()
-
-
Method Details
-
setTo
-
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
-