Package boofcv.abst.feature.orientation
Class ConfigOrientation2
java.lang.Object
boofcv.abst.feature.orientation.ConfigOrientation2
- All Implemented Interfaces:
Configuration
,Serializable
public class ConfigOrientation2 extends Object implements Configuration
Configuration for region orientations
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigOrientation2.Type
-
Field Summary
Fields Modifier and Type Field Description ConfigAverageIntegral
averageIntegral
ConfigSlidingIntegral
slidingIntegral
ConfigOrientation2.Type
type
-
Constructor Summary
Constructors Constructor Description ConfigOrientation2()
-
Method Summary
Modifier and Type Method Description void
checkValidity()
Checks to see if the configuration is valid.ConfigOrientation2
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
-