Package boofcv.factory.flow
Class ConfigHornSchunck
java.lang.Object
boofcv.factory.flow.ConfigHornSchunck
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
HornSchunck- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatLarger values place more importance on flow smoothness consistency over brightness consistency.intNumber of iterations. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.setTo(ConfigHornSchunck 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
-
alpha
public float alphaLarger values place more importance on flow smoothness consistency over brightness consistency. Try 20 -
numIterations
public int numIterationsNumber of iterations. Try 1000
-
-
Constructor Details
-
ConfigHornSchunck
public ConfigHornSchunck()
-
-
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
-