Uses of Interface
ij.plugin.filter.ExtendedPlugInFilter

Packages that use ExtendedPlugInFilter
ij.plugin.filter   
 

Uses of ExtendedPlugInFilter in ij.plugin.filter
 

Classes in ij.plugin.filter that implement ExtendedPlugInFilter
 class Convolver
          This plugin convolves images using user user defined kernels.
 class GaussianBlur
          This plug-in filter uses convolution with a Gaussian function for smoothing.
 class MaximumFinder
          This ImageJ plug-in filter creates a mask where the local maxima of the current image are marked (255; unmarked pixels 0).
 class RankFilters
          This plugin implements the Mean, Minimum, Maximum, Variance, Median, Remove Outliers and Despeckle commands.
 class Rotator
          This plugin implements the Image/Rotate/Arbitrarily command.
 class UnsharpMask
          This plugin-filter implements ImageJ's Unsharp Mask command.