- 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 ImageStackfilter(ImageStack stackorig, int filter, float vx, float vy, float vz)voidrun(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(String arg)
Description copied from interface:PlugInThis 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)
-
-