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.
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.
Description
The
denoise
module contains two modules namednlmeans
vsnon_local_means
whose meaning is exactly the same. Thenlmeans.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