daavoo/pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
This tool helps researchers and engineers analyze 3D point cloud data, which are sets of data points in a three-dimensional coordinate system. You can load various 3D file formats, process the data (like converting colors or organizing points into a grid), and then save the modified point clouds. It's used by anyone working with 3D scanning, LiDAR, or other forms of 3D spatial data.
1,500 stars. Used by 1 other package. Available on PyPI.
Use this if you need to load, process, or transform 3D point cloud data for tasks like object recognition, environmental mapping, or quality control.
Not ideal if you are looking for a visual 3D editor or a tool for creating 3D models from scratch, as this focuses on programmatic data manipulation.
Stars
1,500
Forks
229
Language
Python
License
MIT
Category
Last pushed
Jan 28, 2026
Commits (30d)
0
Dependencies
3
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/daavoo/pyntcloud"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
yangyanli/PointCNN
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
torch-points3d/torch-points3d
Pytorch framework for doing deep learning on point clouds.
yogeshhk/MidcurveNN
Computation of Midcurve of Thin Polygons using Neural Networks
charlesq34/pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
ranahanocka/MeshCNN
Convolutional Neural Network for 3D meshes in PyTorch