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