[Insight-users] Error
John Drescher
drescherjm at gmail.com
Tue Aug 11 08:40:20 EDT 2009
> I have some error running the program...I tried to run
> BinaryMediumImageFilter.cxx file. But it is giving error. In the code
> section, there is
>
> if( argc < 4 )
> {
> std::cerr << "Usage: " << std::endl;
> std::cerr << argv[0] << " inputImageFile outputImageFile radiusX
> radiusY" << std::endl;
> return EXIT_FAILURE;
> }
>
>
> and my program just executes this part and throw error. How to solve this ?
>
>
Did you supply the required 4 arguments to the program?
John
More information about the Insight-users
mailing list