Uses of Class
org.anchoranalysis.bean.shared.relation.threshold.RelationToThreshold
Packages that use RelationToThreshold
Package
Description
Specifies a unary relation to a threshold value.
Reusable relations to a threshold.
Statistics about aggregated voxel intensities.
Implementations of
FeatureHistogram that calculate
statistics.Implementations of
FeatureHistogram that perform
thresholding.Implementations of
StackReader.Conditional operations involving features.
-
Uses of RelationToThreshold in org.anchoranalysis.image.bean.threshold.relation
Subclasses of RelationToThreshold in org.anchoranalysis.image.bean.threshold.relationModifier and TypeClassDescriptionclassSelects voxels that are not off voxels.classSelects voxels that are not on voxels.classSelects only the off voxels.classSelects only the on pixels.classA base class for implementations ofRelationToThresholdwhere the threshold is derived from aBinaryValuesInt. -
Uses of RelationToThreshold in org.anchoranalysis.image.voxel.statistics
Methods in org.anchoranalysis.image.voxel.statistics with parameters of type RelationToThresholdModifier and TypeMethodDescriptionlongVoxelStatistics.countThreshold(RelationToThreshold relationToThreshold) Counts the number of voxels that exist, relative to a threshold.longVoxelStatisticsCombined.countThreshold(RelationToThreshold relationToThreshold) longVoxelStatisticsFromHistogram.countThreshold(RelationToThreshold relationToThreshold) VoxelStatistics.threshold(RelationToThreshold relationToThreshold) Derives statistics only of the voxels that satisfy a condition, relative to a threshold.VoxelStatisticsCombined.threshold(RelationToThreshold relationToThreshold) VoxelStatisticsFromHistogram.threshold(RelationToThreshold relationToThreshold) -
Uses of RelationToThreshold in org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Methods in org.anchoranalysis.plugin.image.feature.bean.histogram.statistic that return RelationToThresholdMethods in org.anchoranalysis.plugin.image.feature.bean.histogram.statistic with parameters of type RelationToThreshold -
Uses of RelationToThreshold in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold
Methods in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold that return RelationToThresholdModifier and TypeMethodDescriptionRatioThreshold.getThreshold()The threshold condition to be applied to the histogram values.Methods in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold with parameters of type RelationToThresholdModifier and TypeMethodDescriptionvoidRatioThreshold.setThreshold(RelationToThreshold threshold) The threshold condition to be applied to the histogram values. -
Uses of RelationToThreshold in org.anchoranalysis.plugin.io.bean.stack.reader
Methods in org.anchoranalysis.plugin.io.bean.stack.reader that return RelationToThresholdModifier and TypeMethodDescriptionRejectIfConditionXYResolution.getRelation()A predicate defined by the relationship of the XY-resolution to a constant threshold.Methods in org.anchoranalysis.plugin.io.bean.stack.reader with parameters of type RelationToThresholdModifier and TypeMethodDescriptionvoidRejectIfConditionXYResolution.setRelation(RelationToThreshold relation) A predicate defined by the relationship of the XY-resolution to a constant threshold. -
Uses of RelationToThreshold in org.anchoranalysis.plugin.operator.feature.bean.conditional
Methods in org.anchoranalysis.plugin.operator.feature.bean.conditional that return RelationToThresholdMethods in org.anchoranalysis.plugin.operator.feature.bean.conditional with parameters of type RelationToThreshold