Skip to content

Commit 37d9920

Browse files
committed
Merge pull request opencv#9961 from pushkalkatara:patch-1
2 parents fd1eb63 + 5feb1c9 commit 37d9920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Applications](http://szeliski.org/Book/) by Richard Szeliski and to *LearningOpe
6666
@note
6767
Remember that a 2D Gaussian can be represented as :
6868
\f[G_{0}(x, y) = A e^{ \dfrac{ -(x - \mu_{x})^{2} }{ 2\sigma^{2}_{x} } + \dfrac{ -(y - \mu_{y})^{2} }{ 2\sigma^{2}_{y} } }\f]
69-
where \f$\mu\f$ is the mean (the peak) and \f$\sigma\f$ represents the variance (per each of the
69+
where \f$\mu\f$ is the mean (the peak) and \f$\sigma^{2}\f$ represents the variance (per each of the
7070
variables \f$x\f$ and \f$y\f$)
7171

7272
### Median Filter

0 commit comments

Comments
 (0)