You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Working with augmentation for DL pipelines, it would be nice to have a noise transform that resembles MRI noise more closely.
Is your feature request related to a problem? Please describe.
Working with augmentation for DL pipelines, it would be nice to have a noise transform that resembles MRI noise more closely.
Describe the solution you'd like
Would it be possible to add a transform that models Rician noise, as a complement to the current Gaussian noise transform? Example of a Rician noise transform implemented in DIPY:
https://dipy.org/documentation/1.1.1./reference/dipy.sims/#dipy.sims.voxel.add_noise
https://github.com/dipy/dipy/blob/c846bf5a23b7e95343a9cf231df2653473602456/dipy/sims/voxel.py (line 60)
I'd be more than happy to try and submit a pull request.
The text was updated successfully, but these errors were encountered: