Improve docstrings for captions

This commit is contained in:
François Boulogne
2016-07-11 22:30:08 +02:00
parent f7a0ee8ea4
commit 1f4dd28cb8
6 changed files with 19 additions and 19 deletions
+5 -5
View File
@@ -3,12 +3,12 @@
Histogram of Oriented Gradients
===============================
The `Histogram of Oriented Gradient
<http://en.wikipedia.org/wiki/Histogram_of_oriented_gradients>`__ (HOG) feature
descriptor [1]_ is popular for object detection.
The Histogram of Oriented Gradient (HOG) feature descriptor is popular
for object detection [1]_.
In the following example, we compute the HOG descriptor and display
a visualisation.
In the following example, we compute the `HOG descriptor
<http://en.wikipedia.org/wiki/Histogram_of_oriented_gradients>`__
and display a visualisation.
Algorithm overview
------------------