Documentation/4.0/Modules/GradientAnisotropicDiffusion
Template:Module:documentationheader
Contents
Introduction and Acknowledgements
|
||
Module Description
Runs the ITK gradient anisotropic diffusion filter on a volume.
Anisotropic diffusion methods reduce noise (or unwanted detail) in images while preserving specific image features, like edges. For many applications, there is an assumption that light-dark transitions (edges) are interesting. Standard isotropic diffusion methods move and blur light-dark boundaries. Anisotropic diffusion methods are formulated to specifically preserve edges. The conductance term for this implementation is a function of the gradient magnitude of the image at each point, reducing the strength of diffusion at edges.
The numerical implementation of this equation is similar to that described in the Perona-Malik paper, but uses a more robust technique for gradient magnitude estimation and has been generalized to N-dimensions.
See references for more details on the algorithm.
Use Cases
Most frequently used for these scenarios:
- Use Case 1: Noise reduction as a preprocessing step for segmentation
- Use Case 2: Preprocessing to volume rendering
Tutorials
Links to tutorials that use this module
Panels
Template:Module:cli:parametersdescription
Similar Modules
- Point to other modules that have similar functionality
References
Publications related to this module go here. Links to pdfs would be useful. For extensions: link to the source code repository and additional documentation