﻿This package contains an implementation of the Anisotropic Diffusion algorithm as described in:

C. Tsiotsios, M. Petrou, On the choice of the parameters for anisotropic diffusion in image processing, Pattern Recognition (2012), http://dx.doi.org/10.1016/j.patcog.2012.11.012

Please cite in case of using any version of the algorithm.

_______________________________________________________________________________________________
_______________________________________________________________________________________________

Written by Akis (Chourmouzios) Tsiotsios 
Please address comments to c.tsiotsios@imperial.ac.uk
_______________________________________________________________________________________________
_______________________________________________________________________________________________


To run the algorithm, call the main function "Main_AD". 

Please open the "Examples.m" to find instructions and examples of using the algorithm.