| Interface | Description |
|---|---|
| ExtendedPlugInFilter |
ImageJ plugins that process an image may implement this interface.
|
| PlugInFilter |
ImageJ plugins that process an image should implement this interface.
|
| Class | Description |
|---|---|
| Analyzer |
This plugin implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands.
|
| AVI_Writer |
This plugin implements the File/Save As/AVI command.
|
| BackgroundSubtracter |
Implements ImageJ's Subtract Background command.
|
| Benchmark |
Implements the Plugins/Utilities/Run Benchmark command.
|
| Binary |
Implements the Erode, Dilate, Open, Close, Outline, Skeletonize
and Fill Holes commands in the Process/Binary submenu.
|
| Calibrator |
Implements the Analyze/Calibrate command.
|
| Convolver |
This plugin convolves images using user user defined kernels.
|
| Duplicater | Deprecated
replaced by Duplicator class
|
| EDM |
This plugin implements the Euclidean Distance Map (EDM), Watershed,
Ultimate Eroded Points and Voronoi 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 plug-in filter uses convolution with a Gaussian function for smoothing.
|
| ImageMath |
This plugin implements ImageJ's Process/Math submenu.
|
| ImageProperties | |
| Info |
This plugin implements the Image/Show Info command.
|
| LineGraphAnalyzer |
Implements ImageJ's Analyze/Tools/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 finds the maxima (or minima) of an image.
|
| ParticleAnalyzer |
Implements ImageJ's Analyze Particles command.
|
| PlugInFilterRunner | |
| Printer |
This plugin implements the File/Page Setup and File/Print commands.
|
| RankFilters |
This plugin implements the Mean, Minimum, Maximum, Variance, Median, Open Maxima, Close Maxima,
Remove Outliers, Remove NaNs and Despeckle commands.
|
| RGBStackSplitter |
Deprecated; replaced by ij.plugin.ChannelSplitter.
|
| RoiWriter |
Saves the current ROI outline to a file.
|
| Rotator |
This plugin implements the Image/Rotate/Arbitrarily command.
|
| 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.
|
| StackLabeler |
This plugin implements the Image/Stacks/Label command.
|
| ThresholdToSelection | |
| Transformer |
Implements the Flip and Rotate commands in the Image/Transform submenu.
|
| Translator |
This plugin implements the Image/Translate command.
|
| UnsharpMask |
This plugin-filter 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.
|