Speckle Reducing Anisotropic Diffusion (SRAD) Algorithm
-
SpeckleReducingAD.m: Speckle Reducing Anisotropic Diffusion Algortithm (General Version)
-
SpeckleReducingAD_New.m: Speckle Reducing Anisotropic Diffusion Algortihm (Optimized Version for my data)
-
testSRAD.m: test our SRAD algorithm using the input (noisyImage.png) and get the output
This algorithm orignated from Anisotropic Diffusion, the mathematical model is :
Note: the most important part of the model is to define the diffusion function
and the diffusion efficient
Thanks to namioj. The Python implementation is being added as well. Please see the issue section