-
Notifications
You must be signed in to change notification settings - Fork 161
Addnoise app #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addnoise app #851
Conversation
|
Thanks @lesaintjerome. I did not feel the need to add these apps but if you think they are helpful, let's move forward with this PR. I'd suggest
The commit messages need to follow ITK's style (add a |
|
Thanks for the feedback. One way to go would be to:
The command line interface could be something like: As for What do you think? |
|
Thanks @lesaintjerome . I think adding options to the projection apps is the way to go.
Do you want me to do a first draft ? |
|
Hi @axel-grc. Thanks. I suggested the second CL interface
@SimonRit may have a stronger opinion on that. |
|
We just discussed it with @axel-grc and @acoussat. We propose:
Sounds good to you @lesaintjerome ? |
|
Brilliant! |
|
Can I help in anything? |
|
I will do a first draft! |
|
We will implement something like that in the targeted applications: |
|
Superseded by #860 |
Add two CL applications to add noise to a set of projections:
addpoissonnoise: add Poisson noise based on the ShotNoise filter (adaptation of AddNoise.cxx example).addgaussiannoise: simple use ofAdditiveGaussianNoiseImageFilter.