LucasKanadeFlow

Lucas-Kanade optical flow method implementation.

Members

Functions

evaluate
float[2][] evaluate(Image f1, Image f2, float[2][] points, float[2][] searchRegions, float[2][] flow, bool usePrevious)

Lucas-Kanade optical flow algorithm implementation.

Variables

cornerResponse
float[] cornerResponse;
Undocumented in source.
iterationCount
size_t iterationCount;
Undocumented in source.
sigma
float sigma;
Undocumented in source.

Inherited Members

From SparseOpticalFlow

evaluate
float[2][] evaluate(Image f1, Image f2, float[2][] points, float[2][] searchRegions, float[2][] prevflow, bool usePrevious)

Evaluate sparse optical flow method between two consecutive frames.

Meta