Uses of Interface
org.anchoranalysis.image.voxel.statistics.VoxelStatistics
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.statistics |
Statistics about aggregated voxel intensities.
|
-
Uses of VoxelStatistics in org.anchoranalysis.image.voxel.statistics
Classes in org.anchoranalysis.image.voxel.statistics that implement VoxelStatistics Modifier and Type Class Description classVoxelStatisticsCombinedAggregates statistics of a list ofVoxelStatisticsas if they were one.classVoxelStatisticsFromHistogramCalculates statistics from aHistogramof voxel intensities.Methods in org.anchoranalysis.image.voxel.statistics that return VoxelStatistics Modifier and Type Method Description VoxelStatisticsVoxelStatistics. threshold(RelationToThreshold relationToThreshold)Derives statistics only of the voxels that satisfy a condition, relative to a threshold.VoxelStatisticsVoxelStatisticsCombined. threshold(RelationToThreshold relationToThreshold)VoxelStatisticsVoxelStatisticsFromHistogram. threshold(RelationToThreshold relationToThreshold)Methods in org.anchoranalysis.image.voxel.statistics with parameters of type VoxelStatistics Modifier and Type Method Description voidVoxelStatisticsCombined. add(VoxelStatistics element)Adds an element.