dcv.tracking.opticalflow

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>

Modules

base
module dcv.tracking.opticalflow.base

Module introduces the API that defines Optical Flow utilities in the dcv library.

hornschunck
module dcv.tracking.opticalflow.hornschunck

Module contains $(LINK3 https://en.wikipedia.org/wiki/Horn%E2%80%93Schunck_method, Horn-Schunck) optical flow algorithm implementation.

lucaskanade
module dcv.tracking.opticalflow.lucaskanade

Module contains $(LINK3 https://en.wikipedia.org/wiki/Lucas%E2%80%93Kanade_method, Lucas-Kanade) optical flow algorithm implementation.

pyramidflow
module dcv.tracking.opticalflow.pyramidflow

Module contains optical flow pyramid implementation.

Meta

Authors

Relja Ljubobratovic

License

$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).