Class Perona_Malik_Minimal

java.lang.Object
Ch17_EdgePreserving_Smoothing.Perona_Malik_Minimal
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Perona_Malik_Minimal extends Object implements PlugInFilter, JavaDocHelp
This ImageJ plugin is a minimal example for running the Perona-Malik filter [1]. See Sec. 17.3 of [2] for additional details. This plugin works for all types of images and stacks.

[1] Pietro Perona and Jitendra Malik, "Scale-space and edge detection using anisotropic diffusion", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 12, no. 4, pp. 629-639 (July 1990).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/12/12
See Also: