Commit 2b40a4e6 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #2038 from utkarshg6:3.4

parents 617466c1 bc0e2502
......@@ -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
......
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