Unverified Commit 5feb1c94 authored by Pushkal Katara's avatar Pushkal Katara Committed by GitHub

Documentation Update

Resolves - https://github.com/opencv/opencv/issues/9928
parent fd1eb63f
......@@ -66,7 +66,7 @@ Applications](http://szeliski.org/Book/) by Richard Szeliski and to *LearningOpe
@note
Remember that a 2D Gaussian can be represented as :
\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]
where \f$\mu\f$ is the mean (the peak) and \f$\sigma\f$ represents the variance (per each of the
where \f$\mu\f$ is the mean (the peak) and \f$\sigma^{2}\f$ represents the variance (per each of the
variables \f$x\f$ and \f$y\f$)
### Median Filter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment