![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.ima.util.RgbFilter
imp.ima.util.RgbDiffusionFilter
imp.ima.util.IsotropicDiffusion
public class IsotropicDiffusion
Defines a smoothing algorithm on each RGB channel, using isotropic diffusion.
Constructor Summary | |
---|---|
IsotropicDiffusion(int window)
Constructs a smoother. |
Method Summary |
---|
Methods inherited from class imp.ima.util.RgbDiffusionFilter |
---|
double2int, getRGB, int2double, more |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IsotropicDiffusion(int window)
window
- Smoother window corresponding to the number of iterations.