Package boofcv.abst.feature.orientation
Class ConfigOrientation2
java.lang.Object
boofcv.abst.feature.orientation.ConfigOrientation2
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for region orientations
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigOrientation2 src) 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
-
type
-
slidingIntegral
-
averageIntegral
-
-
Constructor Details
-
ConfigOrientation2
public ConfigOrientation2()
-
-
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
-