Yarroudh/segment-lidar

Saving separate segmented point cloud files

minar09 opened this issue · 2 comments

Hi, thanks for the great work. Is there a way to save each segmented object/instance as a separate point cloud file? Thank you.

For now, there is no such option. When writing the results, the file in output contains a new scalar field segment_id. You can read this file with laspy and try to separate points based on that scalar field. However, the easiest way to do so is to read your file in CloudCompare, choose segment_id as scalar field, then segment the cloud based on that attribute and save the results. We can think about adding this feature in the next version.

Thank you very much @Yarroudh for your detailed response. Really appreciate it. Thanks.