Uses of Class
org.anchoranalysis.bean.NullParametersBean
Packages that use NullParametersBean
Package
Description
Defining, loading, initializing Anchor Beans.
Base classes for providers of different core data entities related to images.
Base classes for thresholding and calculating levels for thresholding.
Beans to combine multiple stacks into a single stack before outputting.
Beans related to creating
Mark
s.Proposing
Mark
s or other data-structures with particular
attributes.Implementations of
Thresholder
that use FIJI.Implementations of
ColorProvider
.Thresholding of intensity values represented in at
Histogram
.Implementations of
Thresholder
that call ImageJ.-
Uses of NullParametersBean in org.anchoranalysis.bean
Subclasses of NullParametersBean in org.anchoranalysis.beanModifier and TypeClassDescriptionclass
NamedBean<T extends AnchorBean<?>>
A bean with an associated textual name. -
Uses of NullParametersBean in org.anchoranalysis.image.bean.provider
Subclasses of NullParametersBean in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclass
-
Uses of NullParametersBean in org.anchoranalysis.image.bean.threshold
Subclasses of NullParametersBean in org.anchoranalysis.image.bean.thresholdModifier and TypeClassDescriptionclass
Calculates a threshold-level from a histogram.class
Implementation ofCalculateLevel
that calls a single delegateCalculateLevel
.class
Thresholds voxels to create a binary-voxels using global thresholding.class
Performs global thresholding. -
Uses of NullParametersBean in org.anchoranalysis.image.io.bean.stack.combine
Subclasses of NullParametersBean in org.anchoranalysis.image.io.bean.stack.combineModifier and TypeClassDescriptionclass
Combines aProvider<Stack>
with a label. -
Uses of NullParametersBean in org.anchoranalysis.mpp.bean.mark.factory
Subclasses of NullParametersBean in org.anchoranalysis.mpp.bean.mark.factoryModifier and TypeClassDescriptionclass
A factory for creating marks with unique identifiers. -
Uses of NullParametersBean in org.anchoranalysis.mpp.bean.proposer
Subclasses of NullParametersBean in org.anchoranalysis.mpp.bean.proposerModifier and TypeClassDescriptionclass
An abstract base class for proposing a list of points based on a given point and mark.class
An abstract base class for proposing scalar values. -
Uses of NullParametersBean in org.anchoranalysis.plugin.fiji.bean.threshold
Subclasses of NullParametersBean in org.anchoranalysis.plugin.fiji.bean.thresholdModifier and TypeClassDescriptionclass
Applies automatic thresholding using ImageJ's Auto_Threshold plugin. -
Uses of NullParametersBean in org.anchoranalysis.plugin.image.bean.color.provider
Subclasses of NullParametersBean in org.anchoranalysis.plugin.image.bean.color.providerModifier and TypeClassDescriptionclass
Combines one or moreColorProvider
s into a unitaryColorProvider
.class
Generates colors to match the size of an object-collection. -
Uses of NullParametersBean in org.anchoranalysis.plugin.image.bean.histogram.threshold
Modifier and TypeClassDescriptionclass
Base class forCalculateLevel
implementations that operate on a list of otherCalculateLevel
objects.class
ACalculateLevelUnary
that calculates a level relative to a threshold, with an alternative calculation method.class
Clamps the input-histogram to a certain maximum value, and then delegates the calculate-level.class
A constant value for thresholding.class
Specifies a constant if a histogram is empty, otherwise delegates to another {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}class
Calculates a level from the first delegate and if greater than a threshold, recalculates from a second delegate.class
Calculates a level from the first delegate and if less than a threshold, recalculates from a second delegate.class
The maximum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}class
The minimum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}class
Performs auto-thresholding using Otsu's method.class
Similar to Otsu, but weighs the variances differently of background and foreground.class
Calculates the threshold value from a quantile of a histogram. -
Uses of NullParametersBean in org.anchoranalysis.plugin.imagej.bean.threshold
Subclasses of NullParametersBean in org.anchoranalysis.plugin.imagej.bean.thresholdModifier and TypeClassDescriptionclass
A thresholder that applies a simple intensity threshold and then fills holes in 2D.