SparseOpticalFlow

Sparse Optical Flow algorithm interface.

Members

Functions

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