Uses of Interface
org.anchoranalysis.mpp.index.VoxelPartition
Packages that use VoxelPartition
Package
Description
Indexing voxel-values in different ways.
Factories for classes in
org.anchoranalysis.mpp.index.-
Uses of VoxelPartition in org.anchoranalysis.mpp.index
Classes in org.anchoranalysis.mpp.index that implement VoxelPartitionModifier and TypeClassDescriptionclassA voxel partition implementation using histograms to represent voxel value distributions. -
Uses of VoxelPartition in org.anchoranalysis.mpp.index.factory
Methods in org.anchoranalysis.mpp.index.factory that return VoxelPartitionModifier and TypeMethodDescriptionVoxelPartitionFactory.create(int numSlices) Creates a newVoxelPartitionwith the specified number of slices.VoxelPartitonFactoryHistogram.create(int numSlices) Creates a newVoxelPartitionHistogramwith the specified number of slices.