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 ObjectMasks.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 TypeClassDescriptionclassImplementation ofCalculateLevelthat 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 TypeMethodDescriptionvoidCalculateLevelUnary.setCalculateLevel(CalculateLevel calculateLevel) The delegateCalculateLevel.voidThresholderGlobal.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 TypeMethodDescriptionvoidLevelPerObjectBase.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 TypeMethodDescriptionvoidGreaterThanThreshold.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 TypeClassDescriptionclassBase class forCalculateLevelimplementations that operate on a list of otherCalculateLevelobjects.classACalculateLevelUnarythat calculates a level relative to a threshold, with an alternative calculation method.classClamps the input-histogram to a certain maximum value, and then delegates the calculate-level.classA constant value for thresholding.classSpecifies a constant if a histogram is empty, otherwise delegates to another {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classCalculates a level from the first delegate and if greater than a threshold, recalculates from a second delegate.classCalculates a level from the first delegate and if less than a threshold, recalculates from a second delegate.classThe maximum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classThe minimum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classPerforms auto-thresholding using Otsu's method.classSimilar to Otsu, but weighs the variances differently of background and foreground.classCalculates the threshold value from a quantile of a histogram.Methods in org.anchoranalysis.plugin.image.bean.histogram.threshold that return CalculateLevelModifier and TypeMethodDescriptionCalculateLevelRelativeToThreshold.getCalculateLevelElse()AlternativeCalculateLevelto 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 ofCalculateLevelobjects to be used in the calculation.Methods in org.anchoranalysis.plugin.image.bean.histogram.threshold with parameters of type CalculateLevelModifier and TypeMethodDescriptionvoidCalculateLevelRelativeToThreshold.setCalculateLevelElse(CalculateLevel calculateLevelElse) AlternativeCalculateLevelto 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 TypeMethodDescriptionvoidCalculateLevelListBase.setList(List<CalculateLevel> list) List ofCalculateLevelobjects 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 TypeMethodDescriptionvoidLevelFromHistogram.setCalculateLevel(CalculateLevel calculateLevel) voidThresholdHistogram.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 TypeMethodDescriptionvoidCalculateLevelBase.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 HistogramHistogramThresholder.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 LevelResultCollectionLevelResultCollectionFactory.createCollection(Channel channel, ObjectCollection objects, CalculateLevel calculateLevel, int numberDilations, MessageLogger logger) Creates aLevelResultCollectionfrom a channel and object collection.