Open3d: 可视化一系列 pcd 文件

创建于 2018-04-13  ·  3评论  ·  资料来源: intel-isl/Open3D

感谢所有的辛勤工作!

我有一系列与一段时间内记录的点云数据相对应的 pcd 文件。 有没有办法使用当前的 Open3D 实现来动画/可视化?

help wanted question

最有用的评论

我不认为接口在 python 绑定中公开。
但是对于 C++,有一种方法可以做到这一点。

通常,只需从VisualizerWithCustomAnimation固有一个类,并创建一个类似于以下内容的函数:
https://github.com/IntelVCL/Open3D/blob/50a31d8daaf3218b767ddbacc0db4e4f125f13d6/src/Visualization/Visualizer/VisualizerWithCustomAnimation.cpp#L88

编辑this->geometry_ptrs_由拉姆达功能键RegisterAnimationCallback

所有3条评论

这是一个开放的问题。 一种解决方法是在 #145 中引用@felixendres的解决方案。

如果有人可以为此做出贡献,我们将不胜感激。

我不认为接口在 python 绑定中公开。
但是对于 C++,有一种方法可以做到这一点。

通常,只需从VisualizerWithCustomAnimation固有一个类,并创建一个类似于以下内容的函数:
https://github.com/IntelVCL/Open3D/blob/50a31d8daaf3218b767ddbacc0db4e4f125f13d6/src/Visualization/Visualizer/VisualizerWithCustomAnimation.cpp#L88

编辑this->geometry_ptrs_由拉姆达功能键RegisterAnimationCallback

此页面是否有帮助?
0 / 5 - 0 等级

相关问题

blackccpie picture blackccpie  ·  3评论

nrj127 picture nrj127  ·  4评论

DKandrew picture DKandrew  ·  3评论

taochenshh picture taochenshh  ·  3评论

edxsx picture edxsx  ·  3评论