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

Le mrfFilter->SetSmoothingFactor et le commentaire associé apparaissait en...

Le mrfFilter->SetSmoothingFactor et le commentaire associé apparaissait en double (idem dans la doc ITK).
parent 2a5e736d
No related branches found
No related tags found
No related merge requests found
......@@ -304,20 +304,6 @@ int main( int argc, char * argv [] )
meanDistance /= numberOfClasses;
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
//
// We set the Smoothing factor. This factor will multiply the weights that
// define the influence of neighbors on the classification of a given pixel.
// The higher the value, the more uniform will be the regions resulting from
// the classification refinement.
//
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
mrfFilter->SetSmoothingFactor( smoothingFactor );
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
//
......
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