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
Modifier and TypeFieldDescriptionfloat
Larger values place more importance on flow smoothness consistency over brightness consistency.int
Number of iterations. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks 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, wait
Methods 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: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
-