[FFmpeg-cvslog] r25131 - trunk/doc/filters.texi
stefano
subversion
Thu Sep 16 10:37:15 CEST 2010
Author: stefano
Date: Thu Sep 16 10:37:15 2010
New Revision: 25131
Log:
Fix grammar in the ocv_smooth filter documentation.
Modified:
trunk/doc/filters.texi
Modified: trunk/doc/filters.texi
==============================================================================
--- trunk/doc/filters.texi Thu Sep 16 10:34:55 2010 (r25130)
+++ trunk/doc/filters.texi Thu Sep 16 10:37:15 2010 (r25131)
@@ -119,11 +119,11 @@ Apply smooth transform using libopencv.
To enable this filter install libopencv library and headers and
configure FFmpeg with --enable-libopencv.
-It accepts the following parameters:
+The filter accepts the following parameters:
@var{type}:@var{param1}:@var{param2}:@var{param3}:@var{param4}.
@var{type} is the type of smooth filter to apply, and can be one of
-the following value: "blur", "blur_no_scale", "median", "gaussian",
+the following values: "blur", "blur_no_scale", "median", "gaussian",
"bilateral". The default value is "gaussian".
@var{param1}, @var{param2}, @var{param3}, and @var{param4} are
@@ -134,8 +134,8 @@ parameters whose meanings depend on smoo
The default value for @var{param1} is 3, the default value for the
other parameters is 0.
-These parameters corresponds to the parameters assigned to the
-libopencv function @code{cvSmooth}. Refer the official libopencv
+These parameters correspond to the parameters assigned to the
+libopencv function @code{cvSmooth}. Refer to the official libopencv
documentation for the exact meaning of the parameters:
@url{http://opencv.willowgarage.com/documentation/c/image_filtering.html}
More information about the ffmpeg-cvslog
mailing list