meyerls / pc-skeletor

Skeletonization of 3D Point Clouds
MIT License
153 stars 18 forks source link

Skeleton point cloud 0 points #31

Open whd14333 opened 4 months ago

whd14333 commented 4 months ago
1721881075195
theroggio commented 2 months ago

Is "PointCloud with 0 points" returned by the lbc.extract_skeleton() call ? It seems strange since that call returns an array (the contracted points).

If instead that's the output after you try to access lbc.skeleton, are you calling lbc.extract_topology() ? Because that is the function that really saves the skeleton in lbc.skeleton.

Hope this can be helpful, I also had empty point clouds for a while and just found out that I had to extract the topology 😅