Uses of Class
org.anchoranalysis.image.bean.provider.ChannelProviderUnary
Packages that use ChannelProviderUnary
Package
Description
Implementations of
ChannelProvider
that use FIJI.Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.Implementations of
ChannelProvider
that sets the
values of the voxels in a Channel
.Implementations of
ChannelProvider
that converts a
Channel
from one voxel-type to another.Implementations of
ChannelProvider
that calculate
the gradient of a Channel
's voxels in one or more
dimensions.Implementations of
ChannelProvider
that manipulate
the intensity-values of the voxels of a Channel
's
voxels.Implementations of
ChannelProvider
that involve
conversion from or application of Mask
s.Implementations of
ChannelProvider
that involve
conversion from or application of ObjectMask
s.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
ChannelProvider
that process 3D
channels slice-by-slice.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 ChannelProviderUnary in org.anchoranalysis.plugin.fiji.bean.channel.provider
Subclasses of ChannelProviderUnary in org.anchoranalysis.plugin.fiji.bean.channel.providerModifier and TypeClassDescriptionclass
Performs Perona-Malik Anisotropic Diffusion.class
Applies a minimum filter to a channel using ImageJ's MinMaxMedian plugin. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider
Modifier and TypeClassDescriptionclass
Creates a duplicate of the input channel.class
Provides a channel based on a condition from a dictionary.class
An abstract base class for creating a channel from an existing channel and a collection of objects.class
AChannelProviderUnary
which has a scalar value field. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Subclasses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.arithmeticModifier and TypeClassDescriptionfinal class
Adds a constant value to each voxel in a channel.class
Base-class for operations that perform a binary arithmetic operation with each voxel-value and a constant.class
Base class for arithmetic operations that conditionally overwrite voxel values with a constant.class
Inverts the intensity values of aChannel
by subtracting each voxel from the maximum value for the channel's data type.class
Replaces voxel values with a constant value if the constant is greater than the original voxel value.class
Replaces voxel values with a constant value if the constant is less than the original voxel value.class
Multiplies each voxel value in a channel by a constant value.class
Subtracts each voxel value in a channel from a constant value.class
Subtracts the mean intensity (of the entire channel or a masked portion thereof) from every voxel. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.assign
Modifier and TypeClassDescriptionclass
Copies the pixels fromchannelAssignFrom
tochannel
(possibly masking).class
Assigns a value from a dictionary to all voxels in a channel.class
Matches source-objects to target objects, based upon intersection, and assigns the value in the respective source object to the target objectclass
Assigns a constant (scalar) value to the portion of the image covered by a mask -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Modifier and TypeClassDescriptionclass
Convert<T>
Converts a channel by applying a converter (no histogram is involved in the conversion).class
Base class for channel providers that perform conversions on a single input channel.class
Converts a channel to a different voxel data-type by applying a converter with an associated histogram. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.gradient
Subclasses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.gradientModifier and TypeClassDescriptionclass
Base class to calculate the gradient of the voxels in aChannel
.class
LikeGradientBase
but allows an arbitrary constant to be added to voxels storing the gradient.class
Extracts the gradient in the direction of a particular axis (identified by an index)class
Calculates aChannel
's gradient along the x and y axes.class
3x3 Sobel Filter -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Subclasses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.intensityModifier and TypeClassDescriptionclass
Blurs an image using a particular strategy (defaults to a gaussian blur in each slice)class
Creates a new channel which is a merged version of two input channels according to rules.class
Applies a median-filter with square kernelclass
Corrects a channel in the following wayclass
Rewrites the intensity for each object-mask (assume no overlap) so that its mean is 128class
Changes the voxel values to map the range of 0th quantile to xth quantile across the entire voxel data rangeclass
Scales the channel in the X and Y dimensions. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.mask
Modifier and TypeClassDescriptionclass
A base class for aChannelProviderUnary
which also uses a binary mask.class
Set pixels NOT IN the mask to 0, but keep pixels IN the mask identical. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.object
Modifier and TypeClassDescriptionclass
Creates a channel with a level calculated for each object using various methods.class
Creates a channel with different threshold-levels for each object, calculating the level only from the histogram of the particular object.class
Calculates a threshold-level for each object collectively based on other objects -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.score
Modifier and TypeClassDescriptionclass
Assigns a unique id number to each object.class
Creates a channel by scoring objects based on a feature calculation. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.image.bean.channel.provider.slice
Modifier and TypeClassDescriptionclass
Extracts the slice at the center (rounding down) of the range of z-stacks.class
Extracts slices fromsliceStart
(inclusive) tosliceEnd
(inclusive).class
Creates a maximum intensity projection of a 3DChannel
.class
Creates a mean intensity projection of a 3DChannel
. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.imagej.bean.channel.provider
Modifier and TypeClassDescriptionclass
Subtracts background from a channel using ImageJ'sBackgroundSubtracter
.class
A base class for applying ImageJ rank filters to channels.class
AChannelProviderUnary
with a 'radius' parameter. -
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter
-
Uses of ChannelProviderUnary in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.moments
Subclasses of ChannelProviderUnary 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 ChannelProviderUnary in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank
Subclasses of ChannelProviderUnary in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rankModifier and TypeClassDescriptionclass
Applies a 2D median filter to a channel using ImageJ'sRankFilters
.class
Applies a 3D median filter to a channel using a hybrid 3D median filter ImageJ plugin.