Skip to content
Snippets Groups Projects
Commit f1ef4a34 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

nomsg

parent 0224ba50
No related branches found
No related tags found
No related merge requests found
...@@ -137,12 +137,12 @@ int main( int argc, char * argv[] ) ...@@ -137,12 +137,12 @@ int main( int argc, char * argv[] )
// //
// The method \code{SetRadius()} defines the size of the window to // The method \code{SetRadius()} defines the size of the window to
// be used for the computation of the local statistics. The method // be used for the computation of the local statistics. The method
// \code{SetNbVues()} sets the number of looks of the input // \code{SetNbLooks()} sets the number of looks of the input
// image. // image.
// //
// \index{otb::LeeImageFilter!SetRadius()} // \index{otb::LeeImageFilter!SetRadius()}
// \index{otb::LeeImageFilter!NbVues()} // \index{otb::LeeImageFilter!NbLooks()}
// \index{SetNbVues()!otb::LeeImageFilter} // \index{SetNbLooks()!otb::LeeImageFilter}
// //
// Software Guide : EndLatex // Software Guide : EndLatex
...@@ -152,7 +152,7 @@ int main( int argc, char * argv[] ) ...@@ -152,7 +152,7 @@ int main( int argc, char * argv[] )
Radius[1]= atoi(argv[3]); Radius[1]= atoi(argv[3]);
filter->SetRadius( Radius ); filter->SetRadius( Radius );
filter->SetNbVues( atoi(argv[4]) ); filter->SetNbLooks( atoi(argv[4]) );
// Software Guide : EndCodeSnippet // Software Guide : EndCodeSnippet
......
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