doc/check_docs2.py warnings fixes

This commit is contained in:
Alexander Smorkalov
2014-10-02 13:40:30 +04:00
parent 7018f94959
commit 11c81067dc
4 changed files with 13 additions and 13 deletions

View File

@@ -418,7 +418,7 @@ Applies the adaptive bilateral filter to an image.
.. ocv:function:: void adaptiveBilateralFilter( InputArray src, OutputArray dst, Size ksize, double sigmaSpace, double maxSigmaColor = 20.0, Point anchor=Point(-1, -1), int borderType=BORDER_DEFAULT )
.. ocv:pyfunction:: cv2.adaptiveBilateralFilter(src, ksize, sigmaSpace[, dst[, anchor[, borderType]]]) -> dst
.. ocv:pyfunction:: cv2.adaptiveBilateralFilter(src, ksize, sigmaSpace[, dst[, maxSigmaColor[, anchor[, borderType]]]]) -> dst
:param src: The source image