Module introduces the API that defines Optical Flow utilities in the dcv library.
Module contains $(LINK3 https://en.wikipedia.org/wiki/Horn%E2%80%93Schunck_method, Horn-Schunck) optical flow algorithm implementation.
Module contains $(LINK3 https://en.wikipedia.org/wiki/Lucas%E2%80%93Kanade_method, Lucas-Kanade) optical flow algorithm implementation.
Module contains optical flow pyramid implementation.
Copyright Relja Ljubobratovic 2016.
$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).
Module introduces various optical flow algorithms.
<big>Optical flow methods implemented so far:</big> <ul> <li>Horn-Schunck (Dense)</li> <li>Lucas-Kanade (Sparse)</li> <li>Pyramidal Flow Wrapper Utilities</li> </ul>