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 TypeClassDescriptionclass
Subtracts background from a channel using ImageJ'sBackgroundSubtracter
.class
A 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 TypeClassDescriptionclass
Applies a 2D mean filter to a channel using ImageJ'sRankFilters
.class
Applies 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 TypeClassDescriptionclass
Applies a 2D median filter to a channel using ImageJ'sRankFilters
.