resources for mesh and pointcloud processing with python
DISCLAIMER: I like the awesome-xxx "movement". This is just for my personal research, but I added the awesome prefix in the repository name. This is not activly maintained whatever, just some personal notes, which are open source.
Awesome Python 3D
for candidates see issues
-
open3d Basic 3D data structures, Basic 3D data processing algorithms, Scene reconstruction, Surface alignment, 3D visualization
-
trimesh easy manipulation and analysis, Cross Sections, Proximity Queries, Path Finding, Ray Tests, Visualization
-
pymesh easy and fast geometry processing, boolean operations, processing like remove doublicate vertices, short edges etc.
-
scipy.spatial convex hull, voronoi, etc.
-
meshio meshio can read and write plenty of mesh formats
-
MeshLabXML Interface to use meshlab scripts in Python
Other Awesome Lists