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 TypeClassDescriptionclass
Selects voxels that are not off voxels.class
Selects voxels that are not on voxels.class
Selects only the off voxels.class
Selects only the on pixels.class
A base class for implementations ofRelationToThreshold
where 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 TypeMethodDescriptionlong
VoxelStatistics.countThreshold
(RelationToThreshold relationToThreshold) Counts the number of voxels that exist, relative to a threshold.long
VoxelStatisticsCombined.countThreshold
(RelationToThreshold relationToThreshold) long
VoxelStatisticsFromHistogram.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 TypeMethodDescriptionvoid
RatioThreshold.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 TypeMethodDescriptionvoid
RejectIfConditionXYResolution.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