1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

fix some typos in the documentation.

This commit is contained in:
KUANG, Fangjun
2017-08-08 17:32:04 +02:00
parent 87c27a074d
commit 4bbe67451d
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ void cv::Sobel( InputArray _src, OutputArray _dst, int ddepth, int dx, int dy,
if( scale != 1 )
{
// usually the smoothing part is the slowest to compute,
// so try to scale it instead of the faster differenciating part
// so try to scale it instead of the faster differentiating part
if( dx == 0 )
kx *= scale;
else