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

BUG: retrieve blur parameter for the moving filter from the command line

parent 44dc0958
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ int main(int argc, char** argv )
MovingBlurType::Pointer mBlur = MovingBlurType::New();
mBlur->SetInput( mReader->GetOutput() );
mBlur->SetSigma( 1.0 );
mBlur->SetSigma(atof(argv[5]) );
//Create the filter
......
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