Skip to content

Commit 3450528

Browse files
committed
Merge pull request opencv#8134 from chrizandr:doc_typo
2 parents fb3298f + 88f5e2f commit 3450528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ histograms](http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_ca
4646

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

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

0 commit comments

Comments
 (0)