Class LucasKanadeMatcher.Parameters

java.lang.Object
imagingbook.common.image.matching.lucaskanade.LucasKanadeMatcher.Parameters
All Implemented Interfaces:
ParameterBundle<LucasKanadeMatcher>
Enclosing class:
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 Details

    • tolerance

      public double tolerance
      Convergence limit
    • maxIterations

      public int maxIterations
      Maximum number of iterations
    • debug

      public boolean debug
      Set true to output debug information
    • showSteepestDescentImages

      public boolean showSteepestDescentImages
      Set true to display the steepest-descent images
    • showHessians

      public boolean showHessians
      Set true to display the Hessian matrices
  • Constructor Details