1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #3316 from nisargthakkar:Bug3887

This commit is contained in:
Vadim Pisarevsky
2014-10-09 14:19:12 +00:00
+1 -1
View File
@@ -1078,7 +1078,7 @@ The function computes and returns the
.. math::
G_i= \alpha *e^{-(i-( \texttt{ksize} -1)/2)^2/(2* \texttt{sigma} )^2},
G_i= \alpha *e^{-(i-( \texttt{ksize} -1)/2)^2/(2* \texttt{sigma}^2 )},
where
:math:`i=0..\texttt{ksize}-1` and