Package org.anchoranalysis.mpp.index

Indexing voxel-values in different ways.
  • Interface Summary 
    Interface Description
    VoxelPartition<T>
    A partition of voxel values by slice.
  • Class Summary 
    Class Description
    IndexByChannel<T>
    An index structure that organizes voxel partitions by channel.
    IndexByRegion<T>
    An index structure that organizes voxel partitions by region and slice.
    VoxelPartitionHistogram
    A voxel partition implementation using histograms to represent voxel value distributions.