Skip to content
Snippets Groups Projects
Commit 9620a235 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

typo doxygen

parent 90d4151d
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ namespace otb ...@@ -12,8 +12,8 @@ namespace otb
* *
* This is the implementation of the Potts model for Markov classification, to be used for * This is the implementation of the Potts model for Markov classification, to be used for
* regularization. Energy is: * regularization. Energy is:
* \f[ U(x_s,x_t) = -\beta \text{ if } x_s = x_t \f] * \f[ U(x_s,x_t) = -\beta \textrm{ 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 \neq x_t \f]
* with * with
* - \f$ x_s \f$ the label on site s * - \f$ x_s \f$ the label on site s
* - \f$ y_s \f$ the value on the reference image * - \f$ y_s \f$ the value on the reference image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment