Class | Description |
---|---|
LucasKanadeForwardMatcher |
Lucas-Kanade (forward-additive) matcher, as described in Simon Baker and Iain Matthews,
"Lucas-Kanade 20 Years On: A Unifying Framework: Part 1", CMU-RI-TR-02-16 (2002)
Also called the "forward-additive" algorithm.
|
LucasKanadeInverseMatcher |
Inverse Compositional Matcher, as described in Simon Baker and Iain Matthews,
"Lucas-Kanade 20 Years On: A Unifying Framework: Part 1", CMU-RI-TR-02-16 (2002)
|
LucasKanadeMatcher |
This is the common super-class for different variants of the Lucas-Kanade
matcher.
|
LucasKanadeMatcher.Parameters |
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.
|
LucasKanadeMatcher1D | |
RoiUtils | Deprecated |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)