All Packages Class Hierarchy This Package Previous Next Index
Class rsf.util.Convolver
java.lang.Object
|
+----rsf.util.Convolver
- public class Convolver
- extends Object
This is a simple helper class when the general convolution stuff is
overkill. I use it for smoothing.
Convolver.convolve(new Box.newRsf(3,3),myinput);
Cut-off boundary conditions. Maybe "folding back" boundary are better?
convolveTransient() convolveInternal() convolveFoldBack() etc;
-
Convolver()
-
-
convolve(Rsf, Rsf)
-
depracated: return is easily forgotten: I prefer
to have convolve overwrite the input data.
-
main(String[])
-
Usage: Convolver filter=filename.H
[in=input.H | < input.H] [out=output.H | > output.H]
Convolver
public Convolver()
convolve
public static Rsf convolve(Rsf filter,
Rsf data)
- depracated: return is easily forgotten: I prefer
to have convolve overwrite the input data. No return!
main
public static void main(String args[])
- Usage: Convolver filter=filename.H
[in=input.H | < input.H] [out=output.H | > output.H]
All Packages Class Hierarchy This Package Previous Next Index