From 42a2cb0a38af609a1a5de94734baf3ba49518820 Mon Sep 17 00:00:00 2001 From: Amro Date: Tue, 12 Feb 2013 19:42:40 +0300 Subject: [PATCH] add description of ddepth param of cv::boxFilter bug #2709 --- modules/imgproc/doc/filtering.rst | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 modules/imgproc/doc/filtering.rst diff --git a/modules/imgproc/doc/filtering.rst b/modules/imgproc/doc/filtering.rst old mode 100644 new mode 100755 index 5f4e043..0b1f9a3 --- a/modules/imgproc/doc/filtering.rst +++ b/modules/imgproc/doc/filtering.rst @@ -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. -- 2.7.4