tudelft3d / City3D

Large-scale LoD2 Building Reconstruction from Airborne LiDAR Point Clouds
https://github.com/tudelft3d/City3D
GNU General Public License v3.0
237 stars 39 forks source link

[experiment] - Inquiry Regarding Polyfit Method Application on Airborne LiDAR Point Clouds #35

Closed collenW closed 8 months ago

collenW commented 8 months ago

"Thank you for your contribution! I recently read your paper 'City3D: Large-Scale Building Reconstruction from Airborne LiDAR Point Clouds', and was particularly intrigued by the experiments in Figure 1. figure1

In these experiments, I noticed that the input point clouds had minimal points on the bottom and facades. Remarkably, the Polyfit method seemed to effectively generate complete models despite these limitations.

However, I encountered a challenge when applying Polyfit to my dataset. As shown in Figure 2 of my aerial point clouds, the models generated failed to reconstruct the bottom portion as shown in the Figure 3. This issue seems to arise from the point clouds having non-closed bottoms with no points. figure2 figure3

I would greatly appreciate your guidance on using the Polyfit method for scenarios with limited bottom and facade points. Could you suggest strategies to enable effective model reconstruction from such point clouds?

LiangliangNan commented 8 months ago
collenW commented 8 months ago

Okay, I really appreciate your helpful advice. Thank you!