MATLAB File Help: cv.calcOpticalFlowDF Index
cv.calcOpticalFlowDF

DeepFlow optical flow algorithm implementation

flow = cv.calcOpticalFlowDF(I0, I1)

Input

Output

The class implements the DeepFlow optical flow algorithm described in [Weinzaepfel2013]. See also http://lear.inrialpes.fr/src/deepmatching/ . Parameters - class fields - are:

References

[Weinzaepfel2013]:

Philippe Weinzaepfel, Jerome Revaud, Zaid Harchaoui, and Cordelia Schmid. "Deepflow: Large displacement optical flow with deep matching". In Computer Vision (ICCV), 2013 IEEE International Conference on, pages 1385-1392. IEEE, 2013.

See also