You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to convert data in potree format to another point cloud format (e.g. las or pcd). I found potree_to_laz.h here but it causes an out-of-array reference in the middle of the loadHierarchy function, so I cannot convert it successfully.
Does this implementation work? If so, I would appreciate detailed instructions on how to call it.
If it does not work, I would like to know how to modify it. In addition, I have not currently found any documentation that accurately summarises the file format, which makes it difficult to understand. If you have found a well summarised document on the file format, please let us know.
I am not a native speaker, so apologies if my English is poor!
The text was updated successfully, but these errors were encountered:
I want to convert data in potree format to another point cloud format (e.g. las or pcd). I found potree_to_laz.h here but it causes an out-of-array reference in the middle of the loadHierarchy function, so I cannot convert it successfully.
Does this implementation work? If so, I would appreciate detailed instructions on how to call it.
If it does not work, I would like to know how to modify it. In addition, I have not currently found any documentation that accurately summarises the file format, which makes it difficult to understand. If you have found a well summarised document on the file format, please let us know.
I am not a native speaker, so apologies if my English is poor!
The text was updated successfully, but these errors were encountered: