Package ij.plugin.filter

Interface Summary
PlugInFilter Image/J plug-in filters must implement this interface.
 

Class Summary
Analyzer This plug-in implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands.
BackgroundSubtracter Implements ImageJ's Subtract Background command.
Benchmark Implements the Image/Run Benchmark command.
Binary Implements the commands in the Process/Binary submenu.
Calibrator Implements the Analyze/Calibrate command.
Convolver This plugin does convolutions on real images using user user defined kernels.
Duplicater This plug-in implements ImageJ's Image/Duplicate command.
EDM This plugin mplements the Euclidean Distance Map, Ultimate Eroded Points and Watershed Segmentation commands in the Process/Morphology submenu.
Equalizer Implements ImageJ's Equalize command.
Filler This plugin implements ImageJ's Fill, Clear, Clear Outside and Draw commands.
Filters This plug-in implements the Invert, Smooth, Sharpen, Detect Edges, Add Noise, Reduce Noise, and Threshold commands.
FractalBoxCounter Calculate the so-called "capacity" fractal dimension.
ImageMath This plug-in implements ImageJ's Process/Math submenu.
Info This plug-in implements the Image/Show Info command.
LineGraphAnalyzer Implements ImageJ's Analyze/Analyze Line Graph command.
LutViewer Displays the active image's look-up table.
Macro1 Sample ImageJ plug-in
Macro2 Sample ImageJ plug-in
ParticleAnalyzer Implements ImageJ's Analyze Particles command.
Printer This plug-in implements the Page Setup and Print commands.
Profiler Implements the "Plot Profile" command.
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).
Resizer This plug-in implements ImageJ's Resize command.
RoiWriter Saves the current ROI outline to a file.
Rotator This plug-in implements the Image/Rotate command.
SaltAndPepper Implements ImageJ's Process/Noise/Salt and Pepper command.
ScaleDialog Implements the Analyze/Set Scale command.
Scaler This plug-in implements the Edit/Scale command.
Shadows Implements the commands in the Process/Shadows submenu.
Transformer Implements the flip and rotate commands in the Image/Transformations submenu.
Waves Continuously applies a sine wave to the x-coordinates of an image.
Writer This plug-in saves an image in tiff, gif, jpeg, text or raw format.
XYCoordinates Writes the XY coordinates of all black pixels in the active image to a text file.
XYWriter Saves the XY coordinates of the current ROI boundary.
ZAxisProfiler Implements the Image/Stack/Plot Z-axis Profile command.