Uses of Class
org.anchoranalysis.image.bean.threshold.CalculateLevel
Packages that use CalculateLevel
Package
Description
Base classes for thresholding and calculating levels for thresholding.
Implementations of
ChannelProvider
that involve
conversion from or application of ObjectMask
s.Implementations of
HistogramProvider
.Thresholding of intensity values represented in at
Histogram
.Implementations of
FeatureHistogram
that perform
thresholding.Implementations of
VoxelScore
.Non-bean for operations or calculations relating to intensity.
Non-beans for calculating a thresholding level from itensity values.
-
Uses of CalculateLevel in org.anchoranalysis.image.bean.threshold
Subclasses of CalculateLevel in org.anchoranalysis.image.bean.thresholdModifier and TypeClassDescriptionclass
Implementation ofCalculateLevel
that calls a single delegateCalculateLevel
.Methods in org.anchoranalysis.image.bean.threshold that return CalculateLevelModifier and TypeMethodDescriptionCalculateLevelUnary.getCalculateLevel()
The delegateCalculateLevel
.ThresholderGlobal.getCalculateLevel()
Methods in org.anchoranalysis.image.bean.threshold with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoid
CalculateLevelUnary.setCalculateLevel
(CalculateLevel calculateLevel) The delegateCalculateLevel
.void
ThresholderGlobal.setCalculateLevel
(CalculateLevel calculateLevel) Constructors in org.anchoranalysis.image.bean.threshold with parameters of type CalculateLevel -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.bean.channel.provider.object
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.object that return CalculateLevelModifier and TypeMethodDescriptionLevelPerObjectBase.getCalculateLevel()
Method to calculate the level for a particular object.Methods in org.anchoranalysis.plugin.image.bean.channel.provider.object with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoid
LevelPerObjectBase.setCalculateLevel
(CalculateLevel calculateLevel) Method to calculate the level for a particular object. -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.bean.histogram.provider
Methods in org.anchoranalysis.plugin.image.bean.histogram.provider that return CalculateLevelModifier and TypeMethodDescriptionGreaterThanThreshold.getCalculateLevel()
Calculates the level for the thresholdMethods in org.anchoranalysis.plugin.image.bean.histogram.provider with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoid
GreaterThanThreshold.setCalculateLevel
(CalculateLevel calculateLevel) Calculates the level for the threshold -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.bean.histogram.threshold
Subclasses of CalculateLevel in org.anchoranalysis.plugin.image.bean.histogram.thresholdModifier 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.Methods in org.anchoranalysis.plugin.image.bean.histogram.threshold that return CalculateLevelModifier and TypeMethodDescriptionCalculateLevelRelativeToThreshold.getCalculateLevelElse()
AlternativeCalculateLevel
to use when the condition inCalculateLevelRelativeToThreshold.useElseInstead(int, int)
is met.Methods in org.anchoranalysis.plugin.image.bean.histogram.threshold that return types with arguments of type CalculateLevelModifier and TypeMethodDescriptionCalculateLevelListBase.getList()
List ofCalculateLevel
objects to be used in the calculation.Methods in org.anchoranalysis.plugin.image.bean.histogram.threshold with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoid
CalculateLevelRelativeToThreshold.setCalculateLevelElse
(CalculateLevel calculateLevelElse) AlternativeCalculateLevel
to use when the condition inCalculateLevelRelativeToThreshold.useElseInstead(int, int)
is met.Method parameters in org.anchoranalysis.plugin.image.bean.histogram.threshold with type arguments of type CalculateLevelModifier and TypeMethodDescriptionvoid
CalculateLevelListBase.setList
(List<CalculateLevel> list) List ofCalculateLevel
objects to be used in the calculation. -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold
Methods in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold that return CalculateLevelModifier and TypeMethodDescriptionLevelFromHistogram.getCalculateLevel()
ThresholdHistogram.getCalculateLevel()
Methods in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoid
LevelFromHistogram.setCalculateLevel
(CalculateLevel calculateLevel) void
ThresholdHistogram.setCalculateLevel
(CalculateLevel calculateLevel) -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.feature.bean.score
Methods in org.anchoranalysis.plugin.image.feature.bean.score that return CalculateLevelModifier and TypeMethodDescriptionCalculateLevelBase.getCalculateLevel()
The method to calculate the threshold level.Methods in org.anchoranalysis.plugin.image.feature.bean.score with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoid
CalculateLevelBase.setCalculateLevel
(CalculateLevel calculateLevel) The method to calculate the threshold level. -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.intensity
Methods in org.anchoranalysis.plugin.image.intensity with parameters of type CalculateLevelModifier and TypeMethodDescriptionstatic Histogram
HistogramThresholder.withCalculateLevel
(Histogram histogram, CalculateLevel calculateLevel) Retains the portion of the histogram greater or equal to the calculated-level. -
Uses of CalculateLevel in org.anchoranalysis.plugin.image.intensity.level
Methods in org.anchoranalysis.plugin.image.intensity.level with parameters of type CalculateLevelModifier and TypeMethodDescriptionstatic LevelResultCollection
LevelResultCollectionFactory.createCollection
(Channel channel, ObjectCollection objects, CalculateLevel calculateLevel, int numberDilations, MessageLogger logger) Creates aLevelResultCollection
from a channel and object collection.