-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Rician Noise Transform #2054
Description
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.