public class TschumperleDericheFilter
extends Object
This class implements the Anisotropic Diffusion filter proposed by David Tschumperle
in D. Tschumperle and R. Deriche, "Diffusion PDEs on vector-valued images",
IEEE Signal Processing Magazine, vol. 19, no. 5, pp. 16-25 (Sep. 2002). It is based
on an earlier C++ (CImg) implementation (pde_TschumperleDeriche2d.cpp) by the original
author, made available under the CeCILL v2.0 license
(http://www.cecill.info/licences/Licence_CeCILL_V2-en.html).
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