dlr::computerVision::OpticalFlow< Format > Class Template Reference

This class uses the method of Lucas and Kanade[1] to estimate the optical flow between two images. More...

#include <opticalFlow.h>

List of all members.

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)


Detailed Description

template<ImageFormat Format>
class dlr::computerVision::OpticalFlow< Format >

This class uses the method of Lucas and Kanade[1] to estimate the optical flow between two images.

[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.


The documentation for this class was generated from the following file:

Generated on Wed Nov 25 12:15:09 2009 for dlrComputerVision Utility Library by  doxygen 1.5.8