Python implementation of turbovoxel merging
Min priority queue with uniqueness
- self.heap
- self.set
Abstract data which records turbovoxel's attributes :
- A mother supervoxel, acts an entity set of all merged supervoxels that belong to this mother class. Init to itself
- A self contain list
- Coordinates of the voxel
- Boundary coordinates of the voxel
- Centroid of the voxel
- Orientation of the voxel
- self ID
- self label
- Adjacent neighbours of this object