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 TypeClassDescriptionclassCalculates a level score based on voxel intensity and a given threshold.classBase class for calculating a score based on a threshold level derived from a histogram.classclassSimilar toDifferencebut calculates the width as the standard-deviation of the histogramclassAn abstract base class for features that require aDictionaryfor initialization.classA voxel score that can optionally normalize and adjust the intensity values.classA voxel score that imposes a value relation to a histogram.classNormalizes the voxel intensity by dividing it by a constant value.classThis assumes the histograms correspond to the energy channels exactly (in terms of indexing)classCalculates a voxel score based on whether the voxel intensity is outside a specified range.classRejects voxels with intensity less than a specified minimum, otherwise calculates a score using anotherVoxelScore.classA score that is calculated on a single channel only.Methods in org.anchoranalysis.plugin.image.feature.bean.score that return VoxelScoreModifier and TypeMethodDescriptionRejectIfIntensityLessThan.getItem()TheVoxelScoreto 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 TypeMethodDescriptionvoidRejectIfIntensityLessThan.setItem(VoxelScore item) TheVoxelScoreto use for calculating the score if the intensity is not rejected.