Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jean-romain/anidiff

Anisotropic Diffusion
https://github.com/jean-romain/anidiff

Last synced: 10 days ago
JSON representation

Anisotropic Diffusion

Awesome Lists containing this project

README

        

# anidiff

Anisotropic diffusion

[Wikipedia](https://en.wikipedia.org/wiki/Anisotropic_diffusion): in image processing and computer vision, anisotropic diffusion, also called Perona–Malik diffusion, is a technique aiming at reducing image noise without removing significant parts of the image content, typically edges, lines or other details that are important for the interpretation of the image.

This package wraps the implementation provided by [Alberto Morcillo Sanz](https://github.com/MorcilloSanz) in [AnisotropicDiffusion-Image](https://github.com/MorcilloSanz/AnisotropicDiffusion-Image)

## Installation

```r
remotes::install_github("Jean-Romain/anidiff")
```

## Example

See `?anisotropic_diffusion`