Module imagingbook.common
Class LucasKanadeMatcher.Parameters
java.lang.Object
imagingbook.common.image.matching.lucaskanade.LucasKanadeMatcher.Parameters
- All Implemented Interfaces:
ParameterBundle<LucasKanadeMatcher>
- Enclosing class:
- LucasKanadeMatcher
public static class LucasKanadeMatcher.Parameters
extends Object
implements ParameterBundle<LucasKanadeMatcher>
Default parameters for the containing class and its sub-classes; a (usually modified) instance of this class is
passed to the constructor of a non-abstract sub-class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Set true to output debug informationint
Maximum number of iterationsboolean
Set true to display the Hessian matricesboolean
Set true to display the steepest-descent imagesdouble
Convergence limit -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString, validate
-
Field Details
-
tolerance
Convergence limit -
maxIterations
Maximum number of iterations -
debug
Set true to output debug information -
showSteepestDescentImages
Set true to display the steepest-descent images -
showHessians
Set true to display the Hessian matrices
-
-
Constructor Details
-
Parameters
public Parameters()
-