tudelft3d / AdTree

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support other pointcloud formats -- updating easy3d third party

Tofull opened this issue · comments

Hi,

AdTree is currently limited to .xyz pointcloud format only, but it uses easy3d to load the pointcloud data.
However, many formats are already supported by the latest version of easy3d.

I would like to know if we can update the third-party easy3d to use the latest version of easy3D ? I can understand this migration could affect other functions used in AdTree.

A lot of changes have been made to Easy3D since the release of AdTree. The version of Easy3D used in AdTree is not compatible with the latest version anymore.
The update is possible, but it requires modifying the code in many places (viewer, camera, fileio, renderer ...). I don't see it is necessary for such an update. Of course, if you like, you can strip the fileio part from Easy3D and integrate it into AdTree.
Considering that AdTree is just a prototype demonstrating the algorithm, I would keep it as minimum as possible.