tudelft3d / AdTree

Accurate, detailed, and automatic modelling of laser-scanned trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

void TreeViewer::export_skeleton()

lsx1980 opened this issue · comments

hi, the software was very good for extracting skeleton from point cloud.
Is there anyway to export the skeleton result?

The void TreeViewer::export_skeleton() , const std::string& initial_name = file_system::base_name(cloud()->name()) + "_skeleton.ply"
only return and write a down sampled point cloud, is it possible to get a connected graph output?

It is already a graph representing the skeletons in PLY format. No?
If you look at the header (first few lines) of the PLY file) you will see the edges of the graph.

My Easy3D has a viewer for visualizing graphs.

I believe the issue has been solved and thus I am closing it.
You can re-open it if there are still problems.