dacapo.experiments.arraytypes.distances
Module Contents
Classes
An array containing signed distances to the nearest boundary voxel for a particular label class. |
- class dacapo.experiments.arraytypes.distances.DistanceArray
An array containing signed distances to the nearest boundary voxel for a particular label class. Distances should be positive outside an object and negative inside an object.
- property interpolatable: bool
This is an abstract method which should be overridden in each of the subclasses to determine if an array is interpolatable or not.
- Returns:
True if the array is interpolatable, False otherwise.
- Return type:
bool
- classes: Dict[int, str]