Serializable
, Component
, Processor
GaussSmoother
, NormedGaussSmoother
public abstract class WeightedSmoother extends Object implements Processor
Constructor | Description |
---|---|
WeightedSmoother() |
Modifier and Type | Method | Description |
---|---|---|
void |
process(Image[] inputs,
Image output,
int[] selector,
Sampler samp,
DepthSampler dsamp) |
Use as a postprocessor
|
protected void |
setSmoothSize(int nx,
int ny) |
|
void |
smooth() |
Smooth the current image according to the prescribed size of the box.
|
getDescription, getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
updateHeader
protected void setSmoothSize(int nx, int ny)
public void process(Image[] inputs, Image output, int[] selector, Sampler samp, DepthSampler dsamp)
process
in interface Processor
inputs
- The array of input survey images.output
- The output user image. A null output may signal
that an error has taken place. If this processor wishes
to do something in response to the error, it may look at the ErrorMsg setting.selector
- An array giving the source image for each output pixel.samp
- The sampler object used to do spatial sampling of the input images.dsamp
- The sampler in the energy dimension (often null).public void smooth()