Uses of Interface
ij.plugin.filter.PlugInFilter

Packages that use PlugInFilter
ij.plugin.filter   
 

Uses of PlugInFilter in ij.plugin.filter
 

Subinterfaces of PlugInFilter in ij.plugin.filter
 interface ExtendedPlugInFilter
          ImageJ plugins that process an image may implement this interface.
 

Classes in ij.plugin.filter that implement PlugInFilter
 class Analyzer
          This plugin implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands.
 class AVI_Writer
          This plugin saves stacks in AVI format.
 class BackgroundSubtracter
          Implements ImageJ's Subtract Background command.
 class Benchmark
          Implements the Plugins/Utilities/Run Benchmark command.
 class Binary
          Implements the Erode, Dilate, Open, Close, Outline, Skeletonize and Fill Holes commands in the Process/Binary submenu.
 class CalibrationBar
          This plugin displays a calibration bar on the active image.
 class Calibrator
          Implements the Analyze/Calibrate command.
 class Convolver
          This plugin convolves images using user user defined kernels.
 class Duplicater
          Deprecated. replaced by Duplicator class
 class EDM
          This plugin implements the Euclidean Distance Map (EDM), Watershed, Ultimate Eroded Points and Voronoi commands in the Process/Binary submenu.
 class FFTCustomFilter
          This class implements the Process/FFT/Custom Filter command.
 class FFTFilter
          This class implements the Process/FFT/Bandpass Filter command.
 class Filler
          This plugin implements ImageJ's Fill, Clear, Clear Outside and Draw commands.
 class Filters
          This plugin implements the Invert, Smooth, Sharpen, Find Edges, and Add Noise commands.
 class FractalBoxCounter
          Calculate the so-called "capacity" fractal dimension.
 class GaussianBlur
          This plug-in filter uses convolution with a Gaussian function for smoothing.
 class ImageMath
          This plugin implements ImageJ's Process/Math submenu.
 class ImageProperties
           
 class Info
          This plugin implements the Image/Show Info command.
 class LineGraphAnalyzer
          Implements ImageJ's Analyze/Tools/Analyze Line Graph command.
 class LutApplier
          This plugin implements the Image/Lookup Tables/Apply LUT command.
 class LutViewer
          Displays the active image's look-up table.
 class MaximumFinder
          This ImageJ plug-in filter finds the maxima (or minima) of an image.
 class ParticleAnalyzer
          Implements ImageJ's Analyze Particles command.
 class Printer
          This plugin implements the File/Page Setup and File/Print commands.
 class Profiler
          Implements the Process/Plot Profile and Edit/Options/Profile Plot Options commands.
 class Projector
          This plugin creates a sequence of projections of a rotating volume (stack of slices) onto a plane using nearest-point (surface), brightest-point, or mean-value projection or a weighted combination of nearest- point projection with either of the other two methods (partial opacity).
 class RankFilters
          This plugin implements the Mean, Minimum, Maximum, Variance, Median, Remove Outliers and Despeckle commands.
 class Resizer
          Deprecated. replaced by ij.plugin.Resizer
 class RGBStackSplitter
          Splits an RGB image or stack into three 8-bit grayscale images or stacks.
 class RoiWriter
          Saves the current ROI outline to a file.
 class Rotator
          This plugin implements the Image/Rotate/Arbitrarily command.
 class SaltAndPepper
          Implements ImageJ's Process/Noise/Salt and Pepper command.
 class ScaleDialog
          Implements the Analyze/Set Scale command.
 class Shadows
          Implements the commands in the Process/Shadows submenu.
 class StackLabeler
          This plugin implements the Image/Stacks/Label command.
 class ThresholdToSelection
           
 class Transformer
          Implements the Flip and Rotate commands in the Image/Transform submenu.
 class Translator
          This plugin implements the Image/Translate command.
 class UnsharpMask
          This plugin-filter implements ImageJ's Unsharp Mask command.
 class Writer
          This plugin saves an image in tiff, gif, jpeg, bmp, png, text or raw format.
 class XYWriter
          Saves the XY coordinates of the current ROI boundary.
 class ZAxisProfiler
          Implements the Image/Stack/Plot Z-axis Profile command.