Package org.anchoranalysis.plugin.image.feature.bean.score
Implementations of
VoxelScore.-
Class Summary Class Description CalculateLevel Calculates a level score based on voxel intensity and a given threshold.CalculateLevelBase Base class for calculating a score based on a threshold level derived from a histogram.Difference DifferenceCalculateLevelStandardDeviation Similar toDifferencebut calculates the width as the standard-deviation of the histogramFromDictionaryBase An abstract base class for features that require aDictionaryfor initialization.Identity A voxel score that can optionally normalize and adjust the intensity values.IdentityImposeValueRelationToHistogram A voxel score that imposes a value relation to a histogram.NormalizeByConstant Normalizes the voxel intensity by dividing it by a constant value.NormalizeByMax This assumes the histograms correspond to the energy channels exactly (in terms of indexing)OutsideRange Calculates a voxel score based on whether the voxel intensity is outside a specified range.RejectIfIntensityLessThan Rejects voxels with intensity less than a specified minimum, otherwise calculates a score using anotherVoxelScore.SingleChannel A score that is calculated on a single channel only.