Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
3450528f
Commit
3450528f
authored
Feb 08, 2017
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8134 from chrizandr:doc_typo
parents
fb3298f0
88f5e2f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
py_histogram_begins.markdown
...stograms/py_histogram_begins/py_histogram_begins.markdown
+1
-1
No files found.
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.markdown
View file @
3450528f
...
@@ -46,7 +46,7 @@ histograms](http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_ca
...
@@ -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
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
sum of all pixel count in it. This each sub-part is called "BIN". In first case, number of bins
w
h
ere 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.
**histSize**
in OpenCV docs.
**DIMS**
: It is the number of parameters for which we collect the data. In this case, we collect
**DIMS**
: It is the number of parameters for which we collect the data. In this case, we collect
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment