File size: 440 Bytes
0e4e948 | 1 2 3 4 5 6 7 8 9 10 11 12 | """HiTOPS: adaptive topology-scored structural prior for geometry-only 3D part decomposition.
Pipeline stages:
adaptive β adaptive structural carrier (octree multi-resolution block map)
sdf β TSDF volume on the adaptive grid
sqfit β SDF-constrained superquadric fitting
segment β curvature-based mesh over-segmentation (atoms)
mapping β atom -> superquadric surface assignment
"""
__version__ = "0.1.0"
|