Skip to content

Commit fc8f189

Browse files
Fix markdown format.
1 parent 636ab09 commit fc8f189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ smoothing kernels (a symmetrical kernel with sum of weights equal to 1) and hand
12851285
You may also use the higher-level GaussianBlur.
12861286
@param ksize Aperture size. It should be odd ( \f$\texttt{ksize} \mod 2 = 1\f$ ) and positive.
12871287
@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`.
1288+
`sigma = 0.3*((ksize-1)*0.5 - 1) + 0.8`.
12891289
@param ktype Type of filter coefficients. It can be CV_32F or CV_64F .
12901290
@sa sepFilter2D, getDerivKernels, getStructuringElement, GaussianBlur
12911291
*/

0 commit comments

Comments
 (0)