Skip to content

Repository files navigation

TNLM.jl: Temporal Non-Local Means in Julia

Temporal Non-Local Means for Biomedical Image Processing implemented in Julia.

The code in this repo implements the algorithm exposed in this paper.

Sample output

Usage

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

Issues

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.

Contribute

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

Meta

About

Temporal Non-Local Means for Biomedical Image Processing implemented in both Python and Julia

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages