We introduce a novel approach for the reconstruction of tubular shapes from skeletal representations. Our method processes all skeletal points as a whole, eliminating the need for splitting input structure into multiple segments. We represent the tubular shape as a truncated signed distance function (TSDF) in a voxel hashing manner, in which the signed distance between a voxel center and the object is computed through a simple geometric algorithm. Our method does not involve any surface sampling scheme or solving large matrix equations, and therefore is a faster and more elegant solution for tubular shape reconstruction compared to other approaches. Experiments demonstrate the efficiency and effectiveness of the proposed method. Code is avaliable at https://github.com/wlsdzyzl/Dragon.
翻译:本文提出了一种从骨架表示重建管状形状的新方法。我们的方法将全部骨架点作为整体处理,无需将输入结构分割为多个片段。我们采用体素哈希方式将管状形状表示为截断符号距离函数(TSDF),其中体素中心到物体的符号距离通过简单的几何算法计算。本方法不涉及任何表面采样方案或求解大型矩阵方程,因此相较于其他方法,为管状形状重建提供了更快速、更优雅的解决方案。实验证明了所提方法的高效性与有效性。代码发布于 https://github.com/wlsdzyzl/Dragon。