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
Modifier and TypeFieldDescriptionint
Number of elements in the histogram.double
How much the scale is enlarged by. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.static ConfigSiftOrientation
Creates 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, wait
Methods 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: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
-