HornSchunckFlow
- this
this(HornSchunckProperties props = HornSchunckProperties())
Initialize the algorithm with given set of properties.
A destructor is present on this object, but not explicitly documented in the source.
- 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.
- 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.
Horn-Schunck algorithm implementation.