From 29fb2b6e47014e3ec0fef415cf34009e1b96bd89 Mon Sep 17 00:00:00 2001 From: Nisarg Thakkar Date: Wed, 8 Oct 2014 16:02:03 +0530 Subject: [PATCH] Fixed doc for Bug #3887 Fixed doc for Bug #3887 --- modules/imgproc/doc/filtering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/filtering.rst b/modules/imgproc/doc/filtering.rst index 3e672e6a70..24bd9d04cb 100755 --- a/modules/imgproc/doc/filtering.rst +++ b/modules/imgproc/doc/filtering.rst @@ -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