Optical Flow Processing Library
This library provides methods and a framework for processing optical flow fields. There are motion tracking, detection and estimation traits available.
The easiest way to use the library is to import its prelude:
use *;
You may need nalgebra to make use of the functionality.