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.
AVIWriter This plugin saves stacks in AVI format.
BackgroundSubtracter Implements ImageJ's Subtract Background command.
Benchmark Implements the Plugins/Utilities/Run Benchmark command.
Binary Implements the commands in the Process/Binary submenu.
BinaryFiller Binary Fill (Process/Binary/Fill) by Gabriel Landini, G.Landini at bham.ac.uk.
CalibrationBar This plugin displays a calibration bar on the active image.
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 implements the Euclidean Distance Map (EDM), Ultimate Eroded Points and Watershed commands in the Process/Binary submenu.
FFTCustomFilter This class implements the Process/FFT/Custom Filter command.
FFTFilter This class implements the Process/FFT/bandpass Filter command.
Filler This plugin implements ImageJ's Fill, Clear, Clear Outside and Draw commands.
Filters This plugin implements the Invert, Smooth, Sharpen, Find Edges, and Add Noise 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.
LutApplier This plugin implements the Image/Lookup Tables/Apply LUT command.
LutViewer Displays the active image's look-up table.
MaximumFinder This ImageJ plug-in filter creates a mask where the local maxima of the current image are marked (255; unmarked pixels 0).
ParticleAnalyzer Implements ImageJ's Analyze Particles command.
Printer This plugin implements the File/Page Setup and File/Print commands.
Profiler Implements the Process/Plot Profile and Edit/Options/Profile Plot Options commands.
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 This plugin implements the Median, Mean, Minimum, Maximum, Variance and Despeckle commands.
Resizer This plugin implements ImageJ's Resize command.
RGBStackSplitter Splits an RGB image or stack into three 8-bit grayscale images or stacks.
RoiWriter Saves the current ROI outline to a file.
SaltAndPepper Implements ImageJ's Process/Noise/Salt and Pepper command.
ScaleDialog Implements the Analyze/Set Scale command.
Shadows Implements the commands in the Process/Shadows submenu.
SpecifyROI This plugin implements the Edit/Selection/Specify command.
ThresholdToSelection  
Transformer Implements the flip and rotate commands in the Image/Transformations submenu.
UnsharpMask This plugin implements ImageJ's Unsharp Mask command.
Writer This plugin saves an image in tiff, gif, jpeg, bmp, png, text or raw format.
XYWriter Saves the XY coordinates of the current ROI boundary.
ZAxisProfiler Implements the Image/Stack/Plot Z-axis Profile command.