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;


Constructor Index

 o Convolver()

Method Index

 o convolve(Rsf, Rsf)
depracated: return is easily forgotten: I prefer to have convolve overwrite the input data.
 o main(String[])
Usage: Convolver filter=filename.H [in=input.H | < input.H] [out=output.H | > output.H]

Constructors

 o Convolver
 public Convolver()

Methods

 o 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!

 o 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