From 9620a2352879d20883ea5741e08e7b6ba2f9a2b8 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Thu, 17 Jan 2008 16:52:29 +0000 Subject: [PATCH] typo doxygen --- Code/Markov/otbMRFEnergyPotts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Markov/otbMRFEnergyPotts.h b/Code/Markov/otbMRFEnergyPotts.h index 913c389774..5ab4b2d0c6 100644 --- a/Code/Markov/otbMRFEnergyPotts.h +++ b/Code/Markov/otbMRFEnergyPotts.h @@ -12,8 +12,8 @@ namespace otb * * This is the implementation of the Potts model for Markov classification, to be used for * regularization. Energy is: - * \f[ U(x_s,x_t) = -\beta \text{ if } x_s = x_t \f] - * \f[ U(x_s,x_t) = +\beta \text{ if } x_s \neq x_t \f] + * \f[ U(x_s,x_t) = -\beta \textrm{ if } x_s = x_t \f] + * \f[ U(x_s,x_t) = +\beta \textrm{ if } x_s \neq x_t \f] * with * - \f$ x_s \f$ the label on site s * - \f$ y_s \f$ the value on the reference image -- GitLab