HornSchunckFlow

Horn-Schunck algorithm implementation.

Constructors

this
this(HornSchunckProperties props)

Initialize the algorithm with given set of properties.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

evaluate
DenseFlow evaluate(Image f1, Image f2, DenseFlow prealloc, bool usePrevious)

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

Inherited Members

From DenseOpticalFlow

evaluate
DenseFlow evaluate(Image f1, Image f2, DenseFlow prealloc, bool usePrevious)

Evaluate dense optical flow method between two consecutive frames.

Meta