From bc0e250216a2035414c84eceb94a95023b8e570b Mon Sep 17 00:00:00 2001 From: utkarshg6 Date: Wed, 13 Mar 2019 15:58:50 +0530 Subject: [PATCH] Changed mismatch grayscale to image with 3 channels --- modules/ximgproc/include/opencv2/ximgproc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ximgproc/include/opencv2/ximgproc.hpp b/modules/ximgproc/include/opencv2/ximgproc.hpp index 062fcd2ce..2853dca69 100644 --- a/modules/ximgproc/include/opencv2/ximgproc.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc.hpp @@ -161,7 +161,7 @@ CV_EXPORTS_W void thinning( InputArray src, OutputArray dst, int thinningType = \f[ c\left(\|\nabla I\|\right)={\frac {1}{1+\left({\frac {\|\nabla I\|}{K}}\right)^{2}}} \f] - @param src Grayscale Source image. + @param src Source image with 3 channels. @param dst Destination image of the same size and the same number of channels as src . @param alpha The amount of time to step forward by on each iteration (normally, it's between 0 and 1). @param K sensitivity to the edges