Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Add missing comma to README.rst
  • Loading branch information
theHamsta committed Apr 27, 2018
1 parent 3859b2a commit e9ad1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ farneback3d

A CUDA implementation of the Farneback optical flow algorithm [1]_ for the calculation of dense volumetric flow fields. Since this algorithm is based on the approximation of the signal by polynomial expansion it is especial suited for the motion estimation in smooth signals without clear edges.

To know more about the implementation have a look on `this OpenCV class <https://docs.opencv.org/3.3.0/de/d9e/classcv_1_1FarnebackOpticalFlow.html>`_ that was used as a template for this implementation.
To know more about the implementation, have a look on `this OpenCV class <https://docs.opencv.org/3.3.0/de/d9e/classcv_1_1FarnebackOpticalFlow.html>`_ that was used as a template for this implementation.

Development takes place on `Github <https://github.com/theHamsta/farneback3d>`_.

Expand Down

0 comments on commit e9ad1e0

Please sign in to comment.