Class NormalizeByMax
Object
AnchorBean<VoxelScore>
InitializableBean<VoxelScore, ImageInitialization>
ImageBean<VoxelScore>
VoxelScore
SingleChannel
NormalizeByMax
This assumes the histograms correspond to the energy channels exactly (in terms of indexing)
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doublederiveScoreFromVoxel(int voxelIntensity) Derives a score from a single voxel intensity.voidinitialize(List<Histogram> histograms, Optional<Dictionary> dictionary) Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.score.SingleChannel
calculate, getEnergyChannelIndex, setEnergyChannelIndexMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
NormalizeByMax
public NormalizeByMax()
-
-
Method Details
-
initialize
-
deriveScoreFromVoxel
protected double deriveScoreFromVoxel(int voxelIntensity) Description copied from class:SingleChannelDerives a score from a single voxel intensity.- Specified by:
deriveScoreFromVoxelin classSingleChannel- Parameters:
voxelIntensity- the intensity of the voxel in the specified energy channel- Returns:
- the calculated score for the voxel
-