From f8069f0fbeb7ab8104b19eba601d08a8dd430a53 Mon Sep 17 00:00:00 2001 From: Alexander Burchardt Date: Thu, 25 Jun 2020 09:30:14 +0200 Subject: [PATCH] DOC: fixes itkSoftwareGuide #146 --- Examples/Filtering/BilateralImageFilter.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Filtering/BilateralImageFilter.cxx b/Examples/Filtering/BilateralImageFilter.cxx index ffa66eeebcf..11d58f93781 100644 --- a/Examples/Filtering/BilateralImageFilter.cxx +++ b/Examples/Filtering/BilateralImageFilter.cxx @@ -61,7 +61,7 @@ // $c()$ and $s()$. The $c$ kernel can be described as // // \begin{equation} -// c(\mathbf{x},\mathbf{w}) = e^{(\frac{ {\left|| \mathbf{x} - \mathbf{w} +// c(\mathbf{x},\mathbf{w}) = e^{(- \frac{ {\left|| \mathbf{x} - \mathbf{w} // \right||}^2 // }{\sigma^2_c} )} \end{equation} // @@ -70,8 +70,8 @@ // output value. The $s$ kernel is given by // // \begin{equation} -// s(f(\mathbf{x}),f(\mathbf{w})) = e^{(\frac{ {( f(\mathbf{x}) - -// f(\mathbf{w})}^2 +// s(f(\mathbf{x}),f(\mathbf{w})) = e^{(- \frac{ {( f(\mathbf{x}) - +// f(\mathbf{w}) )}^2 // }{\sigma^2_s} )} \end{equation} // // where $\sigma_s$ is provided by the user and defines how close the