public class PeronaMalikFilter
extends Object
This code is based on the Anisotropic Diffusion filter proposed by Perona and Malik,
as proposed in 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).
The filter operates on all types of grayscale (scalar) and RGB color images.
This class is based on the ImageJ API and intended to be used in ImageJ plugins.
How to use: consult the source code of the related ImageJ plugins for examples.
- Version:
- 2013/05/30