DensePyramidFlow

Dense pyramidal optical flow utility class.

class DensePyramidFlow : DenseOpticalFlow {}

Inherited Members

From DenseOpticalFlow

evaluate
DenseFlow evaluate(inout Image f1, inout Image f2, DenseFlow prealloc = emptySlice!([3], float), bool usePrevious = false)

Evaluate dense optical flow method between two consecutive frames.

Meta