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
@@ -3,8 +3,8 @@
Template Matching
=================
In this example, we use template matching to identify the occurrence of an
image patch (in this case, a sub-image centered on a single coin). Here, we
We use template matching to identify the occurrence of an image patch
(in this case, a sub-image centered on a single coin). Here, we
return a single match (the exact same coin), so the maximum value in the
``match_template`` result corresponds to the coin location. The other coins
look similar, and thus have local maxima; if you expect multiple matches, you