Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jean-romain/anidiff
Anisotropic Diffusion
https://github.com/jean-romain/anidiff
Last synced: 10 days ago
JSON representation
Anisotropic Diffusion
- Host: GitHub
- URL: https://github.com/jean-romain/anidiff
- Owner: Jean-Romain
- Created: 2022-11-10T19:12:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T15:51:59.000Z (about 2 years ago)
- Last Synced: 2025-01-08T10:44:43.898Z (10 days ago)
- Language: C++
- Size: 915 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`