TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 fwilliams超过 2 年前
This is a utility library I slowly built up during my PhD and has become my swiss army knife for processing 3D data. It&#x27;s super easy to install (only depends on NumPy and SciPy).<p>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&#x27;re working with).<p>Most of the library is written in C++ using a custom binding framework (<a href="https:&#x2F;&#x2F;github.com&#x2F;fwilliams&#x2F;numpyeigen">https:&#x2F;&#x2F;github.com&#x2F;fwilliams&#x2F;numpyeigen</a>) that I wrote which avoids copies when converting NumPy arrays to Eigen Matrix types.<p>Happy to answer any questions you might have about it and I hope Point Cloud Utils is useful to you!

暂无评论

暂无评论