Frank-ZY-Dou / Coverage_Axis

Official code for the paper Coverage Axis: Inner Point Selection for 3D Shape Skeletonization, Eurographics 2022.
https://frank-zy-dou.github.io/projects/CoverageAxis/index.html
78 stars 12 forks source link

Can I use this to skeleton the Point Cloud data? #2

Closed Lixiao-bai closed 1 year ago

Frank-ZY-Dou commented 1 year ago

Hi~ This repo provides the skeletal point selection code for skeletonization. It could handle the point cloud input; see a demo here: https://github.com/Frank-ZY-Dou/Coverage_Axis/blob/main/README.md#point-cloud-input.

To get the final skeleton output, you could follow the paper to compute a Power Diagram and take it dual graph to connect the points to form a skeleton.