Anisotropic Diffusion Filter - Source Code

Hi there! New to ITK, so it’s possible I’m missing something obvious, but I have been searching through the documentation for the GradientAnisotropicDiffusionFilter in Simple ITK and have found the descriptions of the anisotropic diffusion function (https://itk.org/Doxygen/html/classitk_1_1AnisotropicDiffusionFunction.html#abdd1b2f3a6e99c69c6f5582f3d266062) and some code for the filter itself (https://itk.org/SimpleITKDoxygen/html/classitk_1_1simple_1_1GradientAnisotropicDiffusionImageFilter.html), but I can’t seem to find the code where I can review the math being done. Could someone point me to it?

The math should be here:

1 Like