![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.ima.util.RgbFilter
imp.ima.util.RgbDiffusionFilter
imp.ima.util.WinnerTakeAll
public class WinnerTakeAll
Defines a smooth winner-take-all algorithm on each RGB channel, using anisotropic diffusion.
Constructor Summary | |
---|---|
WinnerTakeAll(int smoothing,
int size)
Constructs a smooth winner-take-all diffusion filter. |
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 WinnerTakeAll(int smoothing, int size)
smoothing
- Smoothing factor [1..oo] in fact the number of iteration;size
- Output size [0..100] of the final blob.