#include <opticalFlow.h>
Public Member Functions | |
| OpticalFlow (const Image< Format > &image0, const Image< Format > &image1, double sigma=2.5) | |
| OpticalFlow (const Image< Format > &image0, const Image< Format > &image1, const Array2D< Float64 > &dIdx, const Array2D< Float64 > &dIdy) | |
| Vector2D | getFlow (const Index2D &upperLeftCorner, const Index2D &lowerRightCorner, bool &valid) |
| void | ignoreArea (const Array2D< bool > &flags) |
[1] Lucas, B. D. and Kanade, T. (1981). An Iterative Image Registration Technique With an Application To Stereo Vision," Proceedings of the 7th International Joint Conference on Artificial Intelligence, Vancouver, pp. 674--679.
Definition at line 38 of file opticalFlow.h.
1.5.8