PyNutil.VolumeResult#
- class PyNutil.VolumeResult(value, frequency, damage)[source]#
Volumes returned by
interpolate_volume().- value#
Atlas-space value volume (float32). Each voxel holds the accumulated metric (pixel count, mean intensity, or object count) for that location.
- frequency#
Per-voxel sample-count volume (uint32). Records how many section pixels contributed to each atlas voxel.
- damage#
Binary damage-mask volume (uint8). A value of 1 indicates that the corresponding atlas voxel overlaps a damaged region.