Skip to content

Commit fdda19c

Browse files
committed
Merge pull request opencv#8356 from csukuangfj:patch-1
2 parents 5ea5d08 + 2a30d8c commit fdda19c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,9 +2588,8 @@ The function supports multi-channel images. Each channel is processed independen
25882588
The functions accumulate\* can be used, for example, to collect statistics of a scene background
25892589
viewed by a still camera and for the further foreground-background segmentation.
25902590
2591-
@param src Input image as 1- or 3-channel, 8-bit or 32-bit floating point.
2592-
@param dst %Accumulator image with the same number of channels as input image, 32-bit or 64-bit
2593-
floating-point.
2591+
@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.
2592+
@param dst %Accumulator image with the same number of channels as input image, and a depth of CV_32F or CV_64F.
25942593
@param mask Optional operation mask.
25952594
25962595
@sa accumulateSquare, accumulateProduct, accumulateWeighted

0 commit comments

Comments
 (0)