dcv v0.2.2 (2017-12-07T17:34:37Z)
Dub
Repo
DummySparseFlow
dcv
tracking
opticalflow
pyramidflow
Undocumented in source.
version(unittest)
class
DummySparseFlow :
SparseOpticalFlow
{
float
[
2
][]
evaluate
(Image f1, Image f2, float[2][] points, float[2][] searchRegions, float[2][] prevflow, bool usePrevious);
}
Members
Functions
evaluate
float
[
2
][]
evaluate
(Image f1, Image f2, float[2][] points, float[2][] searchRegions, float[2][] prevflow, bool usePrevious)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From SparseOpticalFlow
evaluate
float
[
2
][]
evaluate
(Image f1, Image f2, float[2][] points, float[2][] searchRegions, float[2][] prevflow, bool usePrevious)
Evaluate sparse optical flow method between two consecutive frames.
Meta
Source
See Implementation
dcv
tracking
opticalflow
pyramidflow
classes
DensePyramidFlow
DummyDenseFlow
DummySparseFlow
SparsePyramidFlow