Temporal Non-Local Means for Biomedical Image Processing implemented in Julia.
The code in this repo implements the algorithm exposed in this paper.
Just run the follwing line in your shell and press Enter:
git clone https://github.com/EricAlcaide/TNLM.jl
cd TNLM.jl
julia manager.jl path_to_my_mri_nii_file
If you encounter any issue or module not found, just follow the instructions and run:
julia
using Pkg
Pkg.add("Pkg_name")
Please report any other issue that you may encounter.
Hey there! New ideas are welcome: open/close issues, fork the repo and share your code with a Pull Request. Clone this project to your computer:
https://github.com/EricAlcaide/TNLM.jl
By participating in this project, you agree to abide by the thoughtbot code of conduct
- Author's GitHub Profile: Eric Alcaide
- Twitter: @eric_alcaide
- Email: ericalcaide1@gmail.com