- java.lang.Object
-
- ij.plugin.Filters3D
-
-
Constructor Summary
Constructors Constructor Description Filters3D()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageStack
filter(ImageStack stackorig, int filter, float vx, float vy, float vz)
void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
-
-
Field Detail
-
MEAN
public static final int MEAN
- See Also:
- Constant Field Values
-
MEDIAN
public static final int MEDIAN
- See Also:
- Constant Field Values
-
MIN
public static final int MIN
- See Also:
- Constant Field Values
-
MAX
public static final int MAX
- See Also:
- Constant Field Values
-
VAR
public static final int VAR
- See Also:
- Constant Field Values
-
MAXLOCAL
public static final int MAXLOCAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
run
public void run(java.lang.String arg)
Description copied from interface:PlugIn
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
filter
public static ImageStack filter(ImageStack stackorig, int filter, float vx, float vy, float vz)
-
-