Fix warnings from documentation build

This commit is contained in:
Andrey Kamaev
2013-02-20 15:01:15 +04:00
parent 9498856b22
commit 11bd936f0b
6 changed files with 30 additions and 38 deletions

View File

@@ -94,7 +94,7 @@ Code
* Loads an image
* Convert the original to HSV format and separate only *Hue* channel to be used for the Histogram (using the OpenCV function :mix_channels:`mixChannels <>`)
* Let the user to enter the number of bins to be used in the calculation of the histogram.
* Calculate the histogram (and update it if the bins change) and the backprojection of the same image.
* Calculate the histogram (and update it if the bins change) and the backprojection of the same image.
* Display the backprojection and the histogram in windows.
* **Downloadable code**: