Uses of Class
org.anchoranalysis.plugin.imagej.bean.channel.provider.WithRadiusBase
Packages that use WithRadiusBase
Package
Description
Implementations of
ChannelProvider that call ImageJ.Non-linear filters using ImageJ that use the statistical moments of the
intensity values in the kernel.
Non-linear filters using ImageJ that use the statistical rank of the intensity values in the
kernel.
-
Uses of WithRadiusBase in org.anchoranalysis.plugin.imagej.bean.channel.provider
Subclasses of WithRadiusBase in org.anchoranalysis.plugin.imagej.bean.channel.providerModifier and TypeClassDescriptionclassSubtracts background from a channel using ImageJ'sBackgroundSubtracter.classA base class for applying ImageJ rank filters to channels. -
Uses of WithRadiusBase in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.moments
Subclasses of WithRadiusBase in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.momentsModifier and TypeClassDescriptionclassApplies a 2D mean filter to a channel using ImageJ'sRankFilters.classApplies a 2D variance filter to a channel using ImageJ'sRankFilters. -
Uses of WithRadiusBase in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank
Modifier and TypeClassDescriptionclassApplies a 2D median filter to a channel using ImageJ'sRankFilters.