ij.plugin
Class Filters3D

java.lang.Object
  extended by ij.plugin.Filters3D
All Implemented Interfaces:
PlugIn

public class Filters3D
extends Object
implements PlugIn


Field Summary
static int MAX
           
static int MAXLOCAL
           
static int MEAN
           
static int MEDIAN
           
static int MIN
           
static int VAR
           
 
Constructor Summary
Filters3D()
           
 
Method Summary
static ImageStack filter(ImageStack stackorig, int filter, float vx, float vy, float vz)
           
 void run(String arg)
          This method is called when the plugin is loaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Filters3D

public Filters3D()
Method Detail

run

public void run(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.

Specified by:
run in interface PlugIn

filter

public static ImageStack filter(ImageStack stackorig,
                                int filter,
                                float vx,
                                float vy,
                                float vz)


Copyright © 1997–2015 NIH. All rights reserved.