Class LucasKanadeForwardMatcher

java.lang.Object
imagingbook.common.image.matching.lucaskanade.LucasKanadeMatcher
imagingbook.common.image.matching.lucaskanade.LucasKanadeForwardMatcher

Lucas-Kanade (forward-additive) matcher [1], as described in [2]. Also called the "forward-additive" algorithm. See Sec. 24.2 (Alg. 24.1) of [2] for additional details. This version assumes that the origin of R is at its center!

[1] B. D. Lucas and T. Kanade. "An iterative image registration technique with an application to stereo vision". In Proceedings of the 7th International Joint Conference on Artificial Intelligence IJCAI’81, pp. 674–679, Vancouver, BC (1981).
[2] Simon Baker and Iain Matthews, "Lucas-Kanade 20 Years On: A Unifying Framework: Part 1", CMU-RI-TR-02-16 (2002)
[3] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2014/02/08