Settings

Theme

Show HN: Point Cloud Utils – A Python library for 3D point clouds and meshes

fwilliams.info

4 points by fwilliams 3 years ago · 0 comments · 1 min read

Reader

This is a utility library I slowly built up during my PhD and has become my swiss army knife for processing 3D data. It's super easy to install (only depends on NumPy and SciPy).

The goal of the library to have an extremely simple API for geometry processing which uses NumPy arrays as a core data structure (so it can be dropped into whatever numerical codebase you're working with).

Most of the library is written in C++ using a custom binding framework (https://github.com/fwilliams/numpyeigen) that I wrote which avoids copies when converting NumPy arrays to Eigen Matrix types.

Happy to answer any questions you might have about it and I hope Point Cloud Utils is useful to you!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection