by fwilliams on 1/5/23, 4:02 PM with 0 comments
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!