SparsePyramidFlow

Sparse pyramidal optical flow utility class.

class SparsePyramidFlow : SparseOpticalFlow {}

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