Module ij
Package ij.plugin

Class Filters3D

  • All Implemented Interfaces:
    PlugIn

    public class Filters3D
    extends java.lang.Object
    implements PlugIn
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX  
      static int MAXLOCAL  
      static int MEAN  
      static int MEDIAN  
      static int MIN  
      static int VAR  
    • 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)  
      static ImageStack filter​(ImageStack stack, int filter, float vx, float vy, float vz, int nChs, int numberOfZSlices, int cmin, int cmax, int tmin, int tmax)
      Original functionality was for a single stack, so if imp is not provided, then assume a non-hyperstack.
      void run​(java.lang.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
    • Constructor Detail

      • Filters3D

        public Filters3D()
    • 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.
        Specified by:
        run in interface PlugIn
      • filter

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

        public static ImageStack filter​(ImageStack stack,
                                        int filter,
                                        float vx,
                                        float vy,
                                        float vz,
                                        int nChs,
                                        int numberOfZSlices,
                                        int cmin,
                                        int cmax,
                                        int tmin,
                                        int tmax)
        Original functionality was for a single stack, so if imp is not provided, then assume a non-hyperstack.
        Parameters:
        imp - Required if a hyperstack, otherwise null is ok
        stack - ImageStack
        filter -
        vx -
        vy -
        vz -
        Returns: