add description of ddepth param of cv::boxFilter
authorAmro <amroamroamro@gmail.com>
Tue, 12 Feb 2013 16:42:40 +0000 (19:42 +0300)
committerAmro <amroamroamro@gmail.com>
Wed, 13 Feb 2013 12:16:17 +0000 (15:16 +0300)
bug #2709

modules/imgproc/doc/filtering.rst [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5f4e043..0b1f9a3
@@ -487,6 +487,8 @@ Blurs an image using the box filter.
 
     :param dst: output image of the same size and type as ``src``.
 
+    :param ddepth: the output image depth (-1 to use ``src.depth()``).
+
     :param ksize: blurring kernel size.
 
     :param anchor: anchor point; default value ``Point(-1,-1)`` means that the anchor is at the kernel center.