Uses of Interface
org.anchoranalysis.image.voxel.statistics.VoxelStatistics
Packages that use VoxelStatistics
Package
Description
Statistics about aggregated voxel intensities.
Beans generally related to
Marks.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 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. -
Uses of VoxelStatistics in org.anchoranalysis.mpp.bean.mark
Methods in org.anchoranalysis.mpp.bean.mark that return VoxelStatisticsModifier and TypeMethodDescriptionabstract VoxelStatisticsMarkRegion.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.