# Point-cloud-3D-tree-reconstruction **Repository Path**: kingfuyao/Point-cloud-3D-tree-reconstruction ## Basic Information - **Project Name**: Point-cloud-3D-tree-reconstruction - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-23 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Point-cloud-3D-tree-reconstruction This is a program for reconstructing a 3D tree model from scanned point clouds. The program is fully developed in C++. ## Quick Start. ### 🎞️ Demo video: We recommend all users first watching this **[[Demo Video]](https://drive.google.com/file/d/1sX3tNEdxsmSTkAFL4GsnzzMajR-hw_qR/view?usp=sharing)** to understand its usage quickly. **(Strongly Suggest!🔥🔥)** https://github.com/user-attachments/assets/1e220954-949b-4f4e-b950-efc51ec923c9 ### 🪴 Software: We have released the ``exe`` program and you can [Download here](https://github.com/RyuZhihao123/Point-cloud-3D-tree-reconstruction/tree/main/TreeFromPoints_exe). The users can directly run the program on Windows PCs without any configuration or compilation. We have sucessfully tested it for Win10 and Win11. Here are also the [example Point-cloud Files](https://github.com/RyuZhihao123/Point-cloud-3D-tree-reconstruction/tree/main/Example_PointClouds) that I used in the demo video. You can download them for a quick start. **(1) Usage Instructions**: - Please first download the entire [[folder]](https://github.com/RyuZhihao123/Point-cloud-3D-tree-reconstruction/tree/main/TreeFromPoints_exe), then double-click the ``TreeFromPoints.exe`` to execute the program. - Then, press the ``Load Point Data`` button to load a point cloud file from your local disk. Example point data is available [here](https://github.com/RyuZhihao123/Point-cloud-3D-tree-reconstruction/tree/main/Example_PointClouds). - Finally, sequentially press the seven buttons from ``(1) Remove noises`` to ``(7) Optimize``, and you will see the final 3D tree models in the right display panel. **(2) How to export the 3D models?** Actually, the 3D results are automatically saved under the exe folder path with filename as ``bark_texture.obj``. Please refer to this [issue](https://github.com/RyuZhihao123/Point-cloud-3D-tree-reconstruction/issues/1) for more details. The following figures shows an example of an exported result which is opened by 3D Viewer.