public class LucasKanadeMatcher1D extends Object
Constructor and Description |
---|
LucasKanadeMatcher1D(double[] I,
double[] R) |
Modifier and Type | Method and Description |
---|---|
double[] |
getBestMatch(double[] pInit) |
double |
getRmsError() |
static void |
main(String[] args) |
void |
setMaxIterations(int maxIterations) |
void |
setTolerance(double tolerance) |
public LucasKanadeMatcher1D(double[] I, double[] R)
public void setMaxIterations(int maxIterations)
public void setTolerance(double tolerance)
public double[] getBestMatch(double[] pInit)
public double getRmsError()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)