dipy / dipy

DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
https://dipy.org
Other
715 stars 439 forks source link

Clean up the non-local means denoising modules #2950

Open jhlegarreta opened 1 year ago

jhlegarreta commented 1 year ago

Description

The denoise module contains two modules named nlmeans vs non_local_means whose meaning is exactly the same. The nlmeans.py module has a commented deprecation warning. Some time should be invested in cleaning up/refactoring the code so we only have a single non-local means module.

Way to reproduce

N/A

itsayopapi commented 1 year ago

@jhlegarreta I want to work on this issue..can you please assign it to me

skoudoro commented 1 year ago

Hi @itsayopapi,

You can go ahead, let us know if you have any specific question