Skip to content
Snippets Groups Projects
Commit 81459b1b authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC:minor corrections in markov classification 3 example

parent ae27b565
No related branches found
No related tags found
No related merge requests found
...@@ -25,16 +25,16 @@ ...@@ -25,16 +25,16 @@
// Software Guide : BeginLatex // Software Guide : BeginLatex
// //
// This example illustrates the details of the MarkovRandomFieldFilter by using the fisher distribution // This example illustrates the details of the MarkovRandomFieldFilter by using the Fisher distribution
// to model the likelihood energy. // to model the likelihood energy.
// This filter is an application of the Markov Random Fields for classification. // This filter is an application of the Markov Random Fields for classification.
// //
// This example applies the MarkovRandomFieldFilter to // This example applies the MarkovRandomFieldFilter to
// classify an image into four classes defined by their fisher distribution parameters L, M and mu. // classify an image into four classes defined by their Fisher distribution parameters L, M and mu.
// The optimization is done using a Metropolis algorithm with a random sampler. The // The optimization is done using a Metropolis algorithm with a random sampler. The
// regularization energy is defined by a Potts model and the fidelity or likelihood energy is modelled by a // regularization energy is defined by a Potts model and the fidelity or likelihood energy is modelled by a
// Fisher distribution. // Fisher distribution.
// The parameter of the fisher distribution was determined for each class in a supervised step. // The parameter of the Fisher distribution was determined for each class in a supervised step.
// ( See the File OtbParameterEstimatioOfFisherDistribution ) // ( See the File OtbParameterEstimatioOfFisherDistribution )
// This example is a contribution from Jan Wegner. // This example is a contribution from Jan Wegner.
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment