Uses of Interface
org.anchoranalysis.image.voxel.statistics.VoxelStatistics
Packages that use VoxelStatistics
Package
Description
Statistics about aggregated voxel intensities.
Beans generally related to
Mark
s.A mark after a voxel-representation has been inferred.
-
Uses of VoxelStatistics in org.anchoranalysis.image.voxel.statistics
Classes in org.anchoranalysis.image.voxel.statistics that implement VoxelStatisticsModifier and TypeClassDescriptionclass
Aggregates statistics of a list ofVoxelStatistics
as if they were one.class
Calculates statistics from aHistogram
of 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 TypeMethodDescriptionvoid
VoxelStatisticsCombined.add
(VoxelStatistics element) Adds an element. -
Uses of VoxelStatistics in org.anchoranalysis.mpp.bean.mark
Methods in org.anchoranalysis.mpp.bean.mark that return VoxelStatisticsModifier and TypeMethodDescriptionabstract VoxelStatistics
MarkRegion.createStatisticsFor
(VoxelizedMarkMemo memo, Dimensions dimensions) Creates voxel statistics for the mark region based on the given memo and dimensions. -
Uses of VoxelStatistics in org.anchoranalysis.mpp.mark.voxelized
Methods in org.anchoranalysis.mpp.mark.voxelized that return VoxelStatisticsModifier and TypeMethodDescriptionVoxelizedMark.statisticsFor
(int channelID, int regionID, int sliceID) Calculates statistics for a specific slice in a specific channel and region.VoxelizedMark.statisticsForAllSlices
(int channelID, int regionID) Calculates statistics for all slices in a specific channel and region.VoxelizedMark.statisticsForAllSlicesMaskSlice
(int channelID, int regionID, int maskChannelID) Calculates statistics for all slices in a specific channel and region, using a mask from another channel.