Uses of Class
org.anchoranalysis.image.feature.bean.VoxelScore
Packages that use VoxelScore
Package
Description
Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
VoxelScore
.-
Uses of VoxelScore in org.anchoranalysis.plugin.image.bean.channel.provider.score
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score that return VoxelScoreMethods in org.anchoranalysis.plugin.image.bean.channel.provider.score with parameters of type VoxelScore -
Uses of VoxelScore in org.anchoranalysis.plugin.image.feature.bean.score
Subclasses of VoxelScore in org.anchoranalysis.plugin.image.feature.bean.scoreModifier and TypeClassDescriptionclass
Calculates a level score based on voxel intensity and a given threshold.class
Base class for calculating a score based on a threshold level derived from a histogram.class
class
Similar toDifference
but calculates the width as the standard-deviation of the histogramclass
An abstract base class for features that require aDictionary
for initialization.class
A voxel score that can optionally normalize and adjust the intensity values.class
A voxel score that imposes a value relation to a histogram.class
Normalizes the voxel intensity by dividing it by a constant value.class
This assumes the histograms correspond to the energy channels exactly (in terms of indexing)class
Calculates a voxel score based on whether the voxel intensity is outside a specified range.class
Rejects voxels with intensity less than a specified minimum, otherwise calculates a score using anotherVoxelScore
.class
A score that is calculated on a single channel only.Methods in org.anchoranalysis.plugin.image.feature.bean.score that return VoxelScoreModifier and TypeMethodDescriptionRejectIfIntensityLessThan.getItem()
TheVoxelScore
to use for calculating the score if the intensity is not rejected.Methods in org.anchoranalysis.plugin.image.feature.bean.score with parameters of type VoxelScoreModifier and TypeMethodDescriptionvoid
RejectIfIntensityLessThan.setItem
(VoxelScore item) TheVoxelScore
to use for calculating the score if the intensity is not rejected.