This project is a web interface for visualizing and processing point cloud data (PCD) locally.
- Load and visualize PCD files
- Adjust point size
- Filter based on XYZ axis
- Rotate visualization
- Lock polar/azimuthal angles
- Download processed PCD files
- RGB color support for point clouds
- Clone the repository:
git clone https://github.com/alitekes1/pcd_tools.git
- Navigate to the project directory:
cd pcd_tools - Open the
index.htmlfile using a web server. For example, you can use Python's simple HTTP server:Then, go topython -m http.server 8000
http://localhost:8000in your browser.
Once the application is loaded, you can load your PCD files and interact with the features mentioned above.
This project is built upon and extends the work from Fabulani/pcd-viewer. Additionally, this project has benefited from the assistance of GPT models for various aspects of development and documentation.


