From 501610c88af5a411955196e8ef0bd999c41f699d Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Tue, 25 Sep 2007 13:35:25 +0000 Subject: [PATCH] update tutorial --- Examples/Tutorials/SmarterFilteringPipeline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Tutorials/SmarterFilteringPipeline.cxx b/Examples/Tutorials/SmarterFilteringPipeline.cxx index 8bbaf7a714..141f813ed2 100644 --- a/Examples/Tutorials/SmarterFilteringPipeline.cxx +++ b/Examples/Tutorials/SmarterFilteringPipeline.cxx @@ -36,8 +36,8 @@ // L_y^2(\mathbf{x},\sigma_D) \end{array}\right] // \] // -// The output of the detector is $[det(\mu) - \alpha -// trace^2(\mu)$. +// The output of the detector is $\mathrm{det}(\mu) - \alpha +// \mathrm{trace}^2(\mu)$. // // We want to set 3 parameters of this filter through the command line: // $\sigma_D$ (SigmaD), $\sigma_I$ (SigmaI) and $\alpha$ (Alpha). -- GitLab