Uses of Interface
org.anchoranalysis.bean.Provider
Packages that use Provider
Package
Description
Defining, loading, initializing Anchor Beans.
Setting, referencing and initializing key-value parameters.
A feature-list (custom list type for features) and associated providers.
Provider of a single feature.
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Base classes for providers of different core data entities related to images.
A provider of
Stack
s.Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Beans to combine multiple stacks into a single stack before outputting.
Methods to provide a
Dictionary
.Methods to provide a single file-path.
Implementations of
ChannelProvider
that use FIJI.Euclidean Distance Transform
implementations via FIJI.
Implementations of
MaskProvider
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
ColorProvider
.Implementations of
DimensionsProvider
.Implementations of
HistogramProvider
.Implementations of
MaskProvider
.Implementations of
MaskProvider
that combine
existing providers.Implementations of
MaskProvider
that convert
providers of other types to ObjectMask
s.Implementations of
MaskProvider
that implement
morphological operations.Provides if-else conditions to a
MaskProvider
.Implementations of
MaskProvider
that process 3D
masks slice-by-slice.Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
involving connected-components.Implementations of
ObjectCollectionProvider
involving feature calculation.Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving a Mask
.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
ObjectCollectionProvider
involving morphological operations.Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
ObjectCollectionProvider
involving z-slice processing.Implementations of
ObjectCollectionProvider
involving splitting objects into smaller objects.Implementations of
StackProvider
.Implementations of
StackProvider
that color
portions of an image.Implementations of
FeatureListProvider
.Implementations of
FeatureListProvider
with
input-type FeatureInputPairObjects
.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.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.
Implementations of
MaskProvider
that call ImageJ.Implementations of
ObjectCollectionProvider
that
call ImageJ.Implementations of
StackProvider
that call
ImageJ.Implementations of
ObjectCollectionProvider
.Implementation of
MarkCollectionProvider
.Implementations of
StackProvider
involving
Mark
or related classes.Operations involving color-spaces and OpenCV.
Extracting features using OpenCV.
Beans that fit or otherwise manipulate sets of points.
Convex hull operations.
-
Uses of Provider in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean with parameters of type Provider -
Uses of Provider in org.anchoranalysis.feature.bean.list
Classes in org.anchoranalysis.feature.bean.list that implement ProviderModifier and TypeClassDescriptionclass
Define<T extends FeatureInput>
Specifies a list of features directly without assigning any custom-naming.class
DefinedNamed<T extends FeatureInput>
Specifies features via a list of names and associated with features.class
DefineSingle<T extends FeatureInput>
Specifies a single feature directly without assigning any custom-naming.class
FeatureListProvider<T extends FeatureInput>
Provides a list ofFeature
s with identical input-type.class
Prepends a string to the custom-name of each feature in a list.class
ReferencingFeatureListProvider<T extends FeatureInput>
A base class for implementations ofFeatureListProvider
that may reference features created elsewhere.Methods in org.anchoranalysis.feature.bean.list with parameters of type ProviderModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureList<T> FeatureListFactory.fromProvider
(Provider<Feature<T>> featureProvider) Creates a list for a single-feature created from a provider -
Uses of Provider in org.anchoranalysis.feature.bean.provider
Classes in org.anchoranalysis.feature.bean.provider that implement ProviderModifier and TypeClassDescriptionclass
FeatureProvider<T extends FeatureInput>
Provides a singleFeature
.class
FeatureProviderBean<B,
P> class
FeatureProviderDefine<T extends FeatureInput>
Defines a singleFeature
to provide via a bean property.class
Provides an existingFeature
identified by its name and optionally a feature-list in which is resides. -
Uses of Provider in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init with type parameters of type ProviderModifier and TypeMethodDescription<S extends InitializableBean<?,
V> & Provider<T>, T>
voidPopulateStoreFromDefine.copyProviderInitialize
(Class<?> defineClass, NamedProviderStore<T> destination) Copies objects of a particular class (which must be aProvider
) fromdefine
and initializes each. -
Uses of Provider in org.anchoranalysis.image.bean.provider
Classes in org.anchoranalysis.image.bean.provider that implement ProviderModifier and TypeClassDescriptionclass
A provider base-class that as well as providing typeS
, also provides aStack
.class
class
Implementation ofChannelProvider
that calls twoChannelProvider
s that must provideChannel
s of the same dimensions.class
Implementation ofChannelProvider
that calls threeChannelProvider
s that must provideChannel
s of the same dimensions.class
Implementation ofChannelProvider
that calls a single delegateChannelProvider
.class
class
Base class for beans that implementProvider
to provideDimensions
.class
class
Implementation ofHistogramProvider
that calls a single delegateHistogramProvider
.class
class
Implementation ofMaskProvider
that calls a single delegateMaskProvider
.class
Base class for beans that implementProvider
to provide anObjectCollection
.class
Implementation ofObjectCollectionProvider
that calls a single delegateProvider<ObjectCollection>
.Methods in org.anchoranalysis.image.bean.provider that return ProviderModifier and TypeMethodDescriptionMaskProviderUnary.getMask()
The delegateProvider<Mask>
that is called.ObjectCollectionProviderUnary.getObjects()
The delegateProvider<ObjectCollection>
that is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type ProviderModifier and TypeMethodDescriptionvoid
The delegateProvider<Mask>
that is called.void
ObjectCollectionProviderUnary.setObjects
(Provider<ObjectCollection> objects) The delegateProvider<ObjectCollection>
that is called. -
Uses of Provider in org.anchoranalysis.image.bean.provider.stack
Classes in org.anchoranalysis.image.bean.provider.stack that implement ProviderModifier and TypeClassDescriptionclass
Creates a stack that combines other stacks.class
class
Implementation ofStackProvider
that calls a single delegateProvider<Stack>
.Methods in org.anchoranalysis.image.bean.provider.stack that return ProviderModifier and TypeMethodDescriptionStackProviderUnary.getStack()
The delegateProvider<Stack>
that is called.Methods in org.anchoranalysis.image.bean.provider.stack that return types with arguments of type ProviderModifier and TypeMethodDescriptionArrange.getList()
The stacks that are passed in respect order intoarrange
.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type ProviderModifier and TypeMethodDescriptionvoid
Adds a stack to the existing list of stack-providers.void
The delegateProvider<Stack>
that is called.Method parameters in org.anchoranalysis.image.bean.provider.stack with type arguments of type Provider -
Uses of Provider in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return ProviderModifier and TypeMethodDescriptionFeatureEvaluator.getStackEnergy()
Optionally specifies an energy-stack to be associated with every calculation input.Methods in org.anchoranalysis.image.feature.bean.evaluator with parameters of type ProviderModifier and TypeMethodDescriptionvoid
FeatureEvaluator.setStackEnergy
(Provider<Stack> stackEnergy) Optionally specifies an energy-stack to be associated with every calculation input. -
Uses of Provider in org.anchoranalysis.image.io.bean.stack.combine
Classes in org.anchoranalysis.image.io.bean.stack.combine that implement ProviderModifier and TypeClassDescriptionclass
Tiles a number ofStackProviderWithLabel
s as a singleStackProvider
.class
Creates an image that contains text only.Methods in org.anchoranalysis.image.io.bean.stack.combine that return ProviderModifier and TypeMethodDescriptionWriteText.getRepeatZProvider()
Repeats the generated (2D) string in z, so it's the same z-size asintensityProvider
StackProviderWithLabel.getStack()
Provides the stack.Methods in org.anchoranalysis.image.io.bean.stack.combine with parameters of type Provider -
Uses of Provider in org.anchoranalysis.io.input.bean.dictionary
Classes in org.anchoranalysis.io.input.bean.dictionary that implement Provider -
Uses of Provider in org.anchoranalysis.io.input.bean.path.provider
Classes in org.anchoranalysis.io.input.bean.path.provider that implement ProviderModifier and TypeClassDescriptionclass
class
Calls an existingFilePathProvider
indirectly to provide an identical result.class
Extracts a path from aFilesProvider
. -
Uses of Provider in org.anchoranalysis.mpp.bean.provider
Classes in org.anchoranalysis.mpp.bean.provider that implement ProviderModifier and TypeClassDescriptionclass
An abstract provider forMarkBounds
.class
Provides a collection of marksclass
MarksBaseProvider<T,
S> class
Provides (maybe) a single mark -
Uses of Provider in org.anchoranalysis.plugin.fiji.bean.channel.provider
Classes in org.anchoranalysis.plugin.fiji.bean.channel.provider that implement ProviderModifier and TypeClassDescriptionclass
Performs Perona-Malik Anisotropic Diffusion.class
Applies a minimum filter to a channel using ImageJ's MinMaxMedian plugin. -
Uses of Provider in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance
Classes in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance that implement ProviderModifier and TypeClassDescriptionclass
Euclidian Distance Transform from ImageJ that works on 2D as well as 3D z-stacks.class
LikeDistanceTransform3D
but applies the distance transform separately for each object in a collection. -
Uses of Provider in org.anchoranalysis.plugin.fiji.bean.mask.provider
Classes in org.anchoranalysis.plugin.fiji.bean.mask.provider that implement ProviderModifier and TypeClassDescriptionclass
Applies local thresholding algorithm using Fiji's {link Auto_Local_Threshold} plugin -
Uses of Provider in org.anchoranalysis.plugin.image.bean.channel.provider
Classes in org.anchoranalysis.plugin.image.bean.channel.provider that implement ProviderModifier and TypeClassDescriptionclass
Creates a new channel with all values initialized to a constant (by default zero)class
Creates a duplicate of the input channel.class
An abstract base class for creating a channel from specified dimensions.class
Finds the input-stack using a conventional name ofinput_image
- and extracts the first channelclass
Extracts a channel from a provider of a stack.class
Provides a channel based on a condition from a dictionary.class
Provides a channel by referencing it from a a set of named-channels.class
Takes the two channels and creates a NEW third channel whose pixels are a function of the two channelsclass
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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic that implement ProviderModifier 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
Creates a new channel by taking the maximum value of corresponding voxels from two input channels.class
Replaces voxel values with a constant value if the constant is greater than the original voxel value.class
Creates a new channel that is the mean of three input channels.class
Creates a new channel by taking the minimum value of corresponding voxels from two input channels.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
Creates a new channel by multiplying corresponding voxels from two input channels.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.class
Creates a new channel by subtracting corresponding voxels of the second channel from the first channel. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.channel.provider.assign
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.assign that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.convert that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.gradient
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.gradient that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.intensity that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.mask
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.mask that implement ProviderModifier and TypeClassDescriptionclass
class
A base class for aChannelProvider
which also uses a binary-mask, but which doesn't use any otherChannelProvider
as an input.class
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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.object
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.object that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.image.bean.channel.provider.score
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.score that implement ProviderModifier and TypeClassDescriptionclass
Assigns a unique id number to each object.class
Creates a channel by scoring objects based on a feature calculation.class
Assigns a score (a value indicating how probable something is) to each voxel -
Uses of Provider in org.anchoranalysis.plugin.image.bean.channel.provider.slice
Classes in org.anchoranalysis.plugin.image.bean.channel.provider.slice that implement ProviderModifier 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
.class
Creates a new channel with specific dimensions that repeatedly duplicates a slice from an existing channel -
Uses of Provider in org.anchoranalysis.plugin.image.bean.color.provider
Classes in org.anchoranalysis.plugin.image.bean.color.provider that implement ProviderModifier and TypeClassDescriptionclass
Combines one or moreColorProvider
s into a unitaryColorProvider
.class
Generates colors to match the size of an object-collection. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.dimensions.provider
Classes in org.anchoranalysis.plugin.image.bean.dimensions.provider that implement ProviderModifier and TypeClassDescriptionclass
Creates image-dimensions by referencing them from aChannelProvider
.class
Guesses dimensions from an input-image if it exists.class
Specifies dimensions explicitly via bean properties. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.histogram.provider
Classes in org.anchoranalysis.plugin.image.bean.histogram.provider that implement ProviderModifier and TypeClassDescriptionclass
This cuts a Histogram below a threshold BUT TRANSFERS ALL THE COUNT greater than equal to the threshold into the bin just below the threshold valueclass
class
Thresholds a histogram using a CalculateLevel keeping only the values greater equal than the thresholdclass
A provider that references an existingHistogram
by its identifier. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider
Classes in org.anchoranalysis.plugin.image.bean.mask.provider that implement ProviderModifier and TypeClassDescriptionclass
Creates a new mask of particular dimensionality where all values are off.class
Creates a new mask of particular dimensionality where all values are on.class
A provider that creates a duplicate of a givenMask
.class
Base-class forMaskProvider
s that accept aChannel
as input.class
Base class forMaskProvider
s that create a mask based on given dimensions.class
Switches on voxels to off and vice-versa.class
A provider that references an existingMask
by its identifier.class
Scales the mask in XY dimensions, but not in Z dimension. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider.combine
Classes in org.anchoranalysis.plugin.image.bean.mask.provider.combine that implement ProviderModifier and TypeClassDescriptionclass
Outputs the logical operation and voxelwise on both masks, modifying {mask} with the result.class
Base class for combining two masks.class
Outputs the logical operationiff first==HIGH and second==LOW then LOW
voxelwise on both masks, modifying {mask} with the result.class
Outputs the logical operation or voxelwise on both masks, modifying {mask} with the result.class
Outputs the logical operation xor (exclusive or) voxelwise on both masks, modifying {mask} with the result. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Classes in org.anchoranalysis.plugin.image.bean.mask.provider.convert that implement Provider -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider.morphological
Classes in org.anchoranalysis.plugin.image.bean.mask.provider.morphological that implement ProviderModifier and TypeClassDescriptionclass
Creates aMask
where all pixels are on within a box region.class
Performs a dilation morphological operation onBinaryVoxels
.class
Performs an erosion morphological operation onBinaryVoxels
.class
Finds the exterior outer contour for aMask
that forms its outline.class
Fits a box around the on voxels.class
Base class for performing morphological operations onBinaryVoxels
. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider.predicate
Classes in org.anchoranalysis.plugin.image.bean.mask.provider.predicate that implement ProviderModifier and TypeClassDescriptionclass
The currentmask
is returned if a condition on key-values is satisfied otherwisemaskElse
is returned.class
The currentmask
is returned if it's non-empty (at least one on voxel) otherwisemaskElse
is returned.class
The currentmask
is returned if the mask (treated as an object) passed an object-filter, otherwisemaskElse
is returned.class
Base class which multiplexes between the current mask and an alternative depending if a condition is met.class
The currentmask
is a particular stack exists (at least one on voxel) otherwisemaskElse
is returned. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Classes in org.anchoranalysis.plugin.image.bean.mask.provider.segment that implement ProviderModifier and TypeClassDescriptionclass
Applies aBinarySegmentation
algorithm to derive a mask from a channelclass
Thresholds a channel to produce a mask, reusing (and modifying) the input-buffers of the channel if possible. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.mask.provider.slice
Classes in org.anchoranalysis.plugin.image.bean.mask.provider.slice that implement ProviderModifier and TypeClassDescriptionclass
Flattens a mask in the z-dimension, so it is 2D instead of 3D (like a maximum intensity projection).class
Creates a new mask with specific dimensions that repeatedly duplicates a slice from an existing mask -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider
Classes in org.anchoranalysis.plugin.image.bean.object.provider that implement ProviderModifier and TypeClassDescriptionclass
Extract a singleObjectMask
into a new collection.class
AnObjectCollectionProvider
that concatenates multipleObjectCollection
s from a list of providers.class
Duplicates (deep copy) an object-collection.class
Creates an empty object-collection.class
Multiplexes between two object-collection-providers depending on whether a parameter value equals a particular stringclass
Permutes some changes over anObjectCollectionProvider
and collects all the results in anObjectCollection
class
AnObjectCollectionProvider
that references an existingObjectCollection
by its identifier.class
Returns a object-collection by name if it exists, or else callsobjectsElse
if it doesn't exist.class
Scales all the objects in the collection by a particular scale-factor.class
Base class forObjectCollectionProviderUnary
that also requires aChannel
.class
Base class forObjectCollectionProvider
s that create objects from aChannel
.class
Base class forObjectCollectionProviderUnary
that take an optionalobjectsContainer
bean-field.class
Base class forObjectCollectionProviderUnary
classes that require dimensions to be specified.class
Base class forObjectCollectionProviderUnary
classes that offer an optional means to specify dimensions. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.connected
Classes in org.anchoranalysis.plugin.image.bean.object.provider.connected that implement ProviderModifier and TypeClassDescriptionclass
Converts a binary-mask into its connected componentsclass
Ensures each object in a collection is a connected-component, decomposing it if necessary into multiple objects.class
Rejects a set of objects, if any object is not fully connected (pixels form two or more separate connected components)Methods in org.anchoranalysis.plugin.image.bean.object.provider.connected that return ProviderMethods in org.anchoranalysis.plugin.image.bean.object.provider.connected with parameters of type Provider -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.feature
Classes in org.anchoranalysis.plugin.image.bean.object.provider.feature that implement ProviderModifier and TypeClassDescriptionclass
An abstract base class for object collection providers that use a feature evaluator.class
Finds the object with the maximum feature-value from a collection.class
Finds the object with the maximum feature among a group of matches for each object.class
Creates a new object-collection with objects sorted by a derived feature-value (in ascending order) -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.filter
Classes in org.anchoranalysis.plugin.image.bean.object.provider.filter that implement ProviderModifier and TypeClassDescriptionclass
Filters anObjectCollection
using the specifiedObjectFilter
.class
Filters anObjectCollection
by grouping objects and then applying a filter to each group.class
Returns only the objects that intersect with at least one object in the containerclass
Provides anObjectCollection
by matching objects using a specifiedObjectMatcher
.class
Filters objects to keep only those which are NOT in the container.class
Base class for object collection providers that apply a filter to the objects.class
Considers all possible pairs of objects in a provider, and removes those that touch the border. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.mask
Classes in org.anchoranalysis.plugin.image.bean.object.provider.mask that implement ProviderModifier and TypeClassDescriptionclass
Reduce the size of individual objects (if neccessary, and minimally) to fit within a binary-mask.class
Converts a binary-mask to an object-collection (containing a single object)Methods in org.anchoranalysis.plugin.image.bean.object.provider.mask that return ProviderMethods in org.anchoranalysis.plugin.image.bean.object.provider.mask with parameters of type Provider -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.merge
Classes in org.anchoranalysis.plugin.image.bean.object.provider.merge that implement ProviderModifier and TypeClassDescriptionclass
A base class for algorithms that merge object-masks.class
Naive greedy merge strategy when any two neighboring objects are merged if it increases a feature.class
Merges objects if a pair feature value satisfies a condition.class
Merges neighboring objects if it results in an increase in the average feature-value calculated on each single object.class
Merges itemwise objects from two collections.class
Base class for object-merging strategies that involve calculating a feature.class
ExpandsMergeBase
by optionally imposing a maximum-distance requirement between objects that are possibly merged. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.morphological
Classes in org.anchoranalysis.plugin.image.bean.object.provider.morphological that implement ProviderModifier and TypeClassDescriptionclass
Dilates each object in the collection, growing bounding-boxes as necessary in relevant dimensions.class
Erodes each object in the collection, growing bounding-boxes as necessary in relevant dimensions.class
Base class for providers that apply morphological operations to anObjectCollection
. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.segment
Classes in org.anchoranalysis.plugin.image.bean.object.provider.segment that implement ProviderModifier and TypeClassDescriptionclass
Performs a binary-segmentation using the upstream objects as masks.class
Segments a channel into objects using a specified segmentation algorithm.class
Performs segmentation of a channel using each object in the upstream collection as a mask.class
SegmentStack<T extends InferenceModel>
Segments a stack into objects.class
Takes each object one-by-one fromobjectsSource
, and finds matching seeds fromobjectsSeeds
-
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.slice
Classes in org.anchoranalysis.plugin.image.bean.object.provider.slice that implement ProviderModifier and TypeClassDescriptionclass
Creates a 3D version of an object by replicating each input-object across the z-dimension to meet (3D) dimensions.class
Extends an object (2D/3D) as much as it can within the z-slices of a containing objectclass
Flattens all object-masks in the z-dimension, so it is 2D instead of 3D (like a maximum intensity projection).class
Extracts a specific slice from a collection of 3D objects. -
Uses of Provider in org.anchoranalysis.plugin.image.bean.object.provider.split
Classes in org.anchoranalysis.plugin.image.bean.object.provider.split that implement ProviderModifier and TypeClassDescriptionclass
Considers all possible pairs of objects in a provider, and removes any intersecting pixelsclass
Splits objects in a collection based on intersections with another set of objects.class
Splits objects into sub-objects by cutting by an orthogonal square lattice (like a chessboard). -
Uses of Provider in org.anchoranalysis.plugin.image.bean.stack.provider
Classes in org.anchoranalysis.plugin.image.bean.stack.provider that implement ProviderModifier and TypeClassDescriptionclass
Combines all the channels from one or more sources (stacks, channels etc.)class
class
Finds the input-stack using a conventional name ofinput_image
class
Retrieves an existing stack.Methods in org.anchoranalysis.plugin.image.bean.stack.provider that return ProviderModifier and TypeMethodDescriptionFromChannelOrMask.getMask()
A mask that is provided to the stack.Methods in org.anchoranalysis.plugin.image.bean.stack.provider with parameters of type Provider -
Uses of Provider in org.anchoranalysis.plugin.image.bean.stack.provider.color
Classes in org.anchoranalysis.plugin.image.bean.stack.provider.color that implement ProviderModifier and TypeClassDescriptionclass
Base class for providers that draw entities (an outline or filled) on a background.class
LikeColoredBase
but uses a generator to determine the colors for the objects.class
Draws a colored representation (outline or filled) of aObjectMask
on a backgroundclass
Draws a colored representation (outline or filled) of anObjectCollection
on a backgroundclass
Provides aStack
by combining up to three channels (red, green, blue) into an RGB image.class
Colors three collections of objects in RED, GREEN, BLUE channels on top of a background. -
Uses of Provider in org.anchoranalysis.plugin.image.feature.bean.list
Classes in org.anchoranalysis.plugin.image.feature.bean.list that implement ProviderModifier and TypeClassDescriptionclass
Calculate various moment-related statistics about the intensity of each channel of an image. -
Uses of Provider in org.anchoranalysis.plugin.image.feature.bean.list.pair
Classes in org.anchoranalysis.plugin.image.feature.bean.list.pair that implement ProviderModifier and TypeClassDescriptionclass
Embeds each feature in aFeatureDeriveFromPair
feature (first, second or merge) and prepends with a string.class
Calculates features on each part of a pair (first, second, merged etc.) and then reduces the calculation to a single number.class
Calculates the aggregate of a feature applied to both the first and second objects in aFeatureInputPairObjects
.class
Calculates the aggregate of the ratio offirst
:second
andsecond
:first
for aFeatureInputPairObjects
class
Calculatesmerged - reduce(first,second)
for aFeatureInputPairObjects
-
Uses of Provider in org.anchoranalysis.plugin.image.feature.bean.list.permute
Classes in org.anchoranalysis.plugin.image.feature.bean.list.permute that implement ProviderModifier and TypeClassDescriptionclass
PermuteDivideByParam<T extends FeatureInputDictionary>
Similar to FeatureListProviderPermute but embeds the feature in a GaussianScoreclass
PermuteFeature<S,
T extends FeatureInput> Permutes one or more properties of a Feature, so as to create a set of Featuresclass
PermuteFeatureBase<T extends FeatureInput>
Creates permutations of a feature by modifying a particular property of it in different ways.class
Permutes a property on a feature with a sequence of integers.class
PermuteFirstSecondOrder<T extends FeatureInputDictionary>
Permutes a feature by applying first and second order statistical operations.class
PermuteGaussianScore<T extends FeatureInputDictionary>
Permutes a feature by embedding it in aGaussianCumulative
score.class
PermuteZScore<T extends FeatureInputDictionary>
Permutes a feature by embedding it in aZScore
. -
Uses of Provider in org.anchoranalysis.plugin.imagej.bean.channel.provider
Classes in org.anchoranalysis.plugin.imagej.bean.channel.provider that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter
Classes in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter that implement Provider -
Uses of Provider in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.moments
Classes in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.moments that implement ProviderModifier 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 Provider in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank
Classes in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank that implement ProviderModifier 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. -
Uses of Provider in org.anchoranalysis.plugin.imagej.bean.mask.provider
Classes in org.anchoranalysis.plugin.imagej.bean.mask.provider that implement ProviderModifier and TypeClassDescriptionclass
Fills holes in a mask, with options to skip holes touching the border or exceeding a maximum volume.class
Applies an ImageJ (2D) morphological operation to each slice -
Uses of Provider in org.anchoranalysis.plugin.imagej.bean.object.provider
Classes in org.anchoranalysis.plugin.imagej.bean.object.provider that implement ProviderModifier and TypeClassDescriptionclass
Draws a lines between successive points on the convex-hull of an object.class
Fills holes in an object. -
Uses of Provider in org.anchoranalysis.plugin.imagej.bean.stack.provider
Classes in org.anchoranalysis.plugin.imagej.bean.stack.provider that implement Provider -
Uses of Provider in org.anchoranalysis.plugin.mpp.bean.object.provider
Classes in org.anchoranalysis.plugin.mpp.bean.object.provider that implement ProviderModifier and TypeClassDescriptionclass
Creates object-masks from aMarkCollection
where (a particular region of) each mark creates an object. -
Uses of Provider in org.anchoranalysis.plugin.mpp.bean.provider.collection
Classes in org.anchoranalysis.plugin.mpp.bean.provider.collection that implement ProviderModifier and TypeClassDescriptionclass
Creates a new empty collection of marksclass
Creates aMarkCollection
from a single mark provided by aSingleMarkProvider
.class
Creates aMarkCollection
of point marks from anObjectCollection
.class
Provides aMarkCollection
by referencing it from the initialization context using an ID.class
Returns an existing marks-collection or an empty set if it doesn't existclass
Scales the X and Y coordinates of marks in aMarkCollection
using aScaleCalculator
. -
Uses of Provider in org.anchoranalysis.plugin.mpp.bean.stack.provider
Classes in org.anchoranalysis.plugin.mpp.bean.stack.provider that implement ProviderModifier and TypeClassDescriptionclass
Draws a colored representation (outline or filled) of anMarkCollection
on a background -
Uses of Provider in org.anchoranalysis.plugin.opencv.bean.color
Classes in org.anchoranalysis.plugin.opencv.bean.color that implement ProviderModifier and TypeClassDescriptionclass
Converts a RGB stack into another color space using OpenCV.class
Converts a RGB image to the HSV color space.class
Converts a RGB image to the Lab color space. -
Uses of Provider in org.anchoranalysis.plugin.opencv.bean.feature
Classes in org.anchoranalysis.plugin.opencv.bean.feature that implement ProviderModifier and TypeClassDescriptionclass
Creates the entire HOG descriptor for an image. -
Uses of Provider in org.anchoranalysis.plugin.points.bean
Classes in org.anchoranalysis.plugin.points.bean that implement ProviderModifier and TypeClassDescriptionclass
AMarkCollectionProvider
that fits points from objects to create marks.class
Splits a 2D contour represented by an object-mask into several contours, splitting at "turn" points. -
Uses of Provider in org.anchoranalysis.plugin.points.bean.convexhull
Classes in org.anchoranalysis.plugin.points.bean.convexhull that implement ProviderModifier and TypeClassDescriptionclass
Sets particular voxels to high only if they exist on the convex-hull of the outline of a mask.class
Calculates a 3D convex hull from a binary mask.class
Base class for convex hull implementations.