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
2a30d8c9
Commit
2a30d8c9
authored
Mar 10, 2017
by
Fangjun KUANG
Committed by
GitHub
Mar 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation for cv::accumulate.
Make it more clear for the type of input argument.
parent
da0188ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+2
-3
No files found.
modules/imgproc/include/opencv2/imgproc.hpp
View file @
2a30d8c9
...
@@ -2588,9 +2588,8 @@ The function supports multi-channel images. Each channel is processed independen
...
@@ -2588,9 +2588,8 @@ The function supports multi-channel images. Each channel is processed independen
The functions accumulate\* can be used, for example, to collect statistics of a scene background
The functions accumulate\* can be used, for example, to collect statistics of a scene background
viewed by a still camera and for the further foreground-background segmentation.
viewed by a still camera and for the further foreground-background segmentation.
@param src Input image as 1- or 3-channel, 8-bit or 32-bit floating point.
@param src Input image of type CV_8UC(n), CV_16UC(n), CV_32FC(n) or CV_64FC(n), where n is a positive integer.
@param dst %Accumulator image with the same number of channels as input image, 32-bit or 64-bit
@param dst %Accumulator image with the same number of channels as input image, and a depth of CV_32F or CV_64F.
floating-point.
@param mask Optional operation mask.
@param mask Optional operation mask.
@sa accumulateSquare, accumulateProduct, accumulateWeighted
@sa accumulateSquare, accumulateProduct, accumulateWeighted
...
...
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