Package boofcv.abst.feature.orientation
Class ConfigSiftOrientation
java.lang.Object
boofcv.abst.feature.orientation.ConfigSiftOrientation
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
OrientationHistogramSift- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintNumber of elements in the histogram.doubleHow much the scale is enlarged by. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.static ConfigSiftOrientationCreates a configuration similar to how it was originally described in the paperMethods 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
-
histogramSize
public int histogramSizeNumber of elements in the histogram. Standard is 36 -
sigmaEnlarge
public double sigmaEnlargeHow much the scale is enlarged by. Standard is 2.0
-
-
Constructor Details
-
ConfigSiftOrientation
public ConfigSiftOrientation()
-
-
Method Details
-
createPaper
Creates a configuration similar to how it was originally described in the paper -
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
-