Commit 42a2cb0a authored by Amro's avatar Amro

add description of ddepth param of cv::boxFilter

bug #2709
parent 54a0e508
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment