LucasKanadeFlow

Lucas-Kanade optical flow method implementation.

Members

Functions

evaluate
float[2][] evaluate(inout Image f1, inout Image f2, in float[2][] points, in float[2][] searchRegions, float[2][] flow = null, bool usePrevious = false)

Lucas-Kanade optical flow algorithm implementation.

Inherited Members

From SparseOpticalFlow

evaluate
float[2][] evaluate(inout Image f1, inout Image f2, in float[2][] points, in float[2][] searchRegions, float[2][] prevflow = null, bool usePrevious = false)

Evaluate sparse optical flow method between two consecutive frames.

Meta