Uses of Interface
org.anchoranalysis.image.voxel.statistics.VoxelStatistics
Packages that use VoxelStatistics
Package
Description
Statistics about aggregated voxel intensities.
-
Uses of VoxelStatistics in org.anchoranalysis.image.voxel.statistics
Classes in org.anchoranalysis.image.voxel.statistics that implement VoxelStatisticsModifier and TypeClassDescriptionclassAggregates statistics of a list ofVoxelStatisticsas if they were one.classCalculates statistics from aHistogramof voxel intensities.Methods in org.anchoranalysis.image.voxel.statistics that return VoxelStatisticsModifier and TypeMethodDescriptionVoxelStatistics.threshold(RelationToThreshold relationToThreshold) Derives statistics only of the voxels that satisfy a condition, relative to a threshold.VoxelStatisticsCombined.threshold(RelationToThreshold relationToThreshold) VoxelStatisticsFromHistogram.threshold(RelationToThreshold relationToThreshold) Methods in org.anchoranalysis.image.voxel.statistics with parameters of type VoxelStatisticsModifier and TypeMethodDescriptionvoidVoxelStatisticsCombined.add(VoxelStatistics element) Adds an element.