We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636ab09 commit fc8f189Copy full SHA for fc8f189
modules/imgproc/include/opencv2/imgproc.hpp
@@ -1285,7 +1285,7 @@ smoothing kernels (a symmetrical kernel with sum of weights equal to 1) and hand
1285
You may also use the higher-level GaussianBlur.
1286
@param ksize Aperture size. It should be odd ( \f$\texttt{ksize} \mod 2 = 1\f$ ) and positive.
1287
@param sigma Gaussian standard deviation. If it is non-positive, it is computed from ksize as
1288
-`sigma = 0.3\*((ksize-1)\*0.5 - 1) + 0.8`.
+`sigma = 0.3*((ksize-1)*0.5 - 1) + 0.8`.
1289
@param ktype Type of filter coefficients. It can be CV_32F or CV_64F .
1290
@sa sepFilter2D, getDerivKernels, getStructuringElement, GaussianBlur
1291
*/
0 commit comments