Package ij.plugin.filter

Interface Summary
PlugInFilter ImageJ plugins that process an image should implement this interface.
 

Class Summary
Analyzer This plugin 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 plugin 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.
GaussianBlur This plugin implements ImageJ's Gaussian Blur command.
ImageMath This plugin implements ImageJ's Process/Math submenu.
ImageProperties  
Info This plugin 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 plugin
Macro2 Sample ImageJ plugin
ParticleAnalyzer Implements ImageJ's Analyze Particles command.
Printer This plugin 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).
RankFilters  
Resizer This plugin implements ImageJ's Resize command.
RoiWriter Saves the current ROI outline to a file.
Rotator This plugin implements the Image/Rotate command.
SaltAndPepper Implements ImageJ's Process/Noise/Salt and Pepper command.
ScaleDialog Implements the Analyze/Set Scale command.
Scaler This plugin 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.
UnsharpMask This plugin implements ImageJ's Unsharp Mask command.
Waves Continuously applies a sine wave to the x-coordinates of an image.
Writer This plugin 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.