Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 588 Bytes

Toolbox for nonlinear, anisotropic diffusion on the GPU

Fast and fully vectorized MATLAB implementation of non-linear, anisotropic diffusion with gpuarray and RGB image support. Implemented diffusion types are edge enhancing and coherence enhancing diffusion (Weickert, 1999) as well as Perona-Malik non-linear isotropic diffusion with different diffusivities.

Fig1

Download

Download the repository via

$ git clone https://github.com/phflot/diffusion_toolbox.git

Documentation and Usage

The file demo.m demonstrates the usage of the functions.