Skip to content

Commit

Permalink
Corrected typo in py_histogram_begins tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizandr committed Feb 6, 2017
1 parent 519fbdb commit 88f5e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ histograms](http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_ca

So what you do is simply split the whole histogram to 16 sub-parts and value of each sub-part is the
sum of all pixel count in it. This each sub-part is called "BIN". In first case, number of bins
where 256 (one for each pixel) while in second case, it is only 16. BINS is represented by the term
were 256 (one for each pixel) while in second case, it is only 16. BINS is represented by the term
**histSize** in OpenCV docs.

**DIMS** : It is the number of parameters for which we collect the data. In this case, we collect
Expand Down

0 comments on commit 88f5e2f

Please sign in to comment.