Skip to content

Commit 2b40a4e

Browse files
committed
Merge pull request #2038 from utkarshg6:3.4
2 parents 617466c + bc0e250 commit 2b40a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ximgproc/include/opencv2/ximgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ CV_EXPORTS_W void thinning( InputArray src, OutputArray dst, int thinningType =
161161
162162
\f[ c\left(\|\nabla I\|\right)={\frac {1}{1+\left({\frac {\|\nabla I\|}{K}}\right)^{2}}} \f]
163163
164-
@param src Grayscale Source image.
164+
@param src Source image with 3 channels.
165165
@param dst Destination image of the same size and the same number of channels as src .
166166
@param alpha The amount of time to step forward by on each iteration (normally, it's between 0 and 1).
167167
@param K sensitivity to the edges

0 commit comments

Comments
 (0)