来自 3Dlaser 扫描仪的点云网格划分

发布于 2024-08-18 14:04:56 字数 58 浏览 5 评论 0原文

有没有可以实时进行点云网格划分的软件包/软件?

用于表示 3D 点云的数据结构是什么?

Is there any package/software which can do Meshing of Point Clouds in real time?

What is the data structure used to represent 3D Point Clouds ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

慈悲佛祖 2024-08-25 14:04:56

MeshLab 是一款很棒的网格划分点云

查看过滤器 > 下的内容重新划分网格、简化和重构球枢轴表面重建泊松重建是很好的方法。

您可以在此处找到有关使用 MeshLab 网格化点云的教程。

至于表示点云,最容易使用的格式是 XYZ 格式:

X1 Y1 Z1
X2 Y2 Z2
etc.

另一种相对易于使用的好格式是 对象 (OBJ) 模型格式。

MeshLab is a great one for meshing point clouds.

Look under Filters > Re-meshing, simplification and reconstruction. Ball Pivoting Surface Reconstruction and Poisson Reconstruction are good ones.

Here you can find a tutorial on Meshing Point Clouds using MeshLab.

As for representing your point cloud the easiest format to use is the XYZ format:

X1 Y1 Z1
X2 Y2 Z2
etc.

Another good format that is relatively easy to use is Object (OBJ) model format.

嘴硬脾气大 2024-08-25 14:04:56

Marc Levoy 的网站包含用于创建多个包的链接著名的 3D 模型,但它们不是实时的。特别是 VripPackZipPack。我认为他也有一些关于实时执行此操作的论文,但它们缺乏打包的实现。

Marc Levoy's website contains links to packages used to create several famous 3D models, but they are not real time. In particular, VripPack and ZipPack. He has some papers on doing it in real time too, I think, but they lack packaged implementations.

£冰雨忧蓝° 2024-08-25 14:04:56

Geomagic 可以很好地http://www.geomagic.com,但不是实时的,而且非常昂贵的。我认为许多激光雷达数据的用户正在放弃网格划分,并专注于改进查看点云的方法 - 提取表面法线以允许照明并智能地放大点大小以填充孔。

Geomagic can do it very well http://www.geomagic.com, but not in real time and it is very expensive. I think a lot of users of lidar data are moving away from meshing and are focused improving the methods of viewing point-clouds- extracting surface normals to allow lighting and scaling up the point sizes intelligently to fill holes.

感情废物 2024-08-25 14:04:56

3DRACS 是最佳选择。尝试一下它既简单又快速。 http://real3d.pk/3dracs.html

3DRACS is the best option. try it Its easy and fast. http://real3d.pk/3dracs.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文