Point-SegCloud is a GUI-based software developed in C++ for researchers working with aerial point cloud data. It enables segmentation of point clouds, extraction of features, and storage of segmented data into separate files, allowing detailed data analysis.
- 📌 Point Cloud Segmentation – Automatically segments aerial point cloud data into distinct components.
- 📊 Feature Extraction – Extracts meaningful features from the segmented data for research and analysis.
- 📁 Data Export – Saves segmented data and extracted features into separate files for further processing.
- 🖥️ Easy-to-Use GUI – Provides an interactive user interface for efficient workflow.
- Download the latest release from the Releases page.
- Run the MSI Installer and follow the on-screen instructions to install the software.
- Launch Point-SegCloud and start working with point cloud data.
-
Load Point Cloud Data
- Open the software and use the ‘Open File’ option to load your aerial point cloud dataset.
-
Segment Point Cloud
- Utilize segmentation tools in the GUI to divide the point cloud into meaningful components.
-
Extract Features
- Apply built-in feature extraction algorithms to analyze the segmented data.
-
Export Data
- Save the segmented data and extracted features in separate files for further research and processing.
Contributions are welcome! If you’d like to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a Pull Request.