HornSchunckFlow

Horn-Schunck algorithm implementation.

Constructors

this
this(HornSchunckProperties props = HornSchunckProperties())

Initialize the algorithm with given set of properties.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

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

Evaluate Horn-Schunck dense optical flow method between two consecutive frames.

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