add description of ddepth param of cv::boxFilter

bug #2709
This commit is contained in:
Amro 2013-02-12 19:42:40 +03:00
parent 54a0e5085c
commit 42a2cb0a38

2
modules/imgproc/doc/filtering.rst Normal file → Executable file
View File

@ -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.