changeset 371:61ed2298c366

Fix texinfo bug
author hauberg
date Thu, 14 May 2009 17:09:06 +0000
parents 875d70ab2f73
children 2e6634f07249
files inst/imsmooth.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/inst/imsmooth.m
+++ b/inst/imsmooth.m
@@ -85,7 +85,7 @@
 ## The image is smoothed using Gaussian bilateral filtering as described by
 ## Tomasi and Manduchi [2]. The filtering result is computed as
 ## @example
-## @var{J(x0, y0) = k * SUM SUM @var{I}(x,y) * w(x, y, x0, y0, @var{I}(x0,y0), @var{I}(x,y))
+## @var{J}(x0, y0) = k * SUM SUM @var{I}(x,y) * w(x, y, x0, y0, @var{I}(x0,y0), @var{I}(x,y))
 ##                  x   y        
 ## @end example
 ## where @code{k} a normalisation variable, and