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
fdda19cb
Commit
fdda19cb
authored
Mar 13, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8356 from csukuangfj:patch-1
parents
5ea5d088
2a30d8c9
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 @
fdda19cb
...
@@ -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