Skip to content

Commit

Permalink
Update index.rst with completed DIS and VR
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed May 6, 2019
1 parent 512f17b commit 3f94535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ The following OpenCV optical flow methods are implemented:
- `Brox <https://lmb.informatik.uni-freiburg.de/people/brox/pub/brox_eccv04_of.pdf>`_ (OpenCV reference `GPU\ <https://docs.opencv.org/4.1.0/d7/d18/classcv_1_1cuda_1_1BroxOpticalFlow.html>`_)
- `Pyramidal Lucas-Kanade <http://robots.stanford.edu/cs223b04/algo_affine_tracking.pdf>`_ (OpenCV reference `GPU\ <https://docs.opencv.org/4.1.0/d0/da4/classcv_1_1cuda_1_1DensePyrLKOpticalFlow.html>`_)
- `Farneback <http://www.diva-portal.org/smash/get/diva2:273847/FULLTEXT01.pdf>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/de/d9e/classcv_1_1FarnebackOpticalFlow.html>`_ / `GPU\ <https://docs.opencv.org/4.1.0/d7/d18/classcv_1_1cuda_1_1BroxOpticalFlow.html>`_)
- `Dense Inverse Search <https://arxiv.org/abs/1603.03590>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/de/d4f/classcv_1_1DISOpticalFlow.html>`_)
- `Variational Refinement <https://lmb.informatik.uni-freiburg.de/people/brox/pub/brox_eccv04_of.pdf>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/d2/d4b/classcv_1_1VariationalRefinement.html>`_)

Roadmap
-------

The following methods aren't implemented, but are on the roadmap to implement next.

- `Dense Inverse Search <https://arxiv.org/abs/1603.03590>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/de/d4f/classcv_1_1DISOpticalFlow.html>`_)
- `Variational Refinement <https://lmb.informatik.uni-freiburg.de/people/brox/pub/brox_eccv04_of.pdf>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/d2/d4b/classcv_1_1VariationalRefinement.html>`_)
- `PCA flow <http://files.is.tue.mpg.de/black/papers/cvpr2015_pcaflow.pdf>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/d1/da2/classcv_1_1optflow_1_1OpticalFlowPCAFlow.html>`_)
- `Robust local optical flow <http://elvera.nue.tu-berlin.de/files/1498Geistert2016.pdf>`_ (OpenCV reference `CPU\ <https://docs.opencv.org/4.1.0/df/d59/classcv_1_1optflow_1_1DenseRLOFOpticalFlow.html>`_)

Expand Down

0 comments on commit 3f94535

Please sign in to comment.