public class MovingAverageFilter
extends java.lang.Object
implements ij.plugin.filter.PlugInFilter, ij.gui.DialogListener
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING| Constructor and Description |
|---|
MovingAverageFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dialogItemChanged(ij.gui.GenericDialog gd,
java.awt.AWTEvent e)
Dialog item changed.
|
void |
run(ij.process.ImageProcessor ip)
Run.
|
int |
setup(java.lang.String arg,
ij.ImagePlus imp)
Setup.
|
public void run(ij.process.ImageProcessor ip)
run in interface ij.plugin.filter.PlugInFilterip - the ippublic int setup(java.lang.String arg,
ij.ImagePlus imp)
setup in interface ij.plugin.filter.PlugInFilterarg - the argimp - the imppublic boolean dialogItemChanged(ij.gui.GenericDialog gd,
java.awt.AWTEvent e)
dialogItemChanged in interface ij.gui.DialogListenergd - the gde - the e