📌  相关文章
📜  文件“rs_to_open3d.py”,第 19 行,在<module>point cloud = Point Cloud() NameError: name &#39;PointCloud&#39; is not defined - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:43.195000             🧑  作者: Mango

代码示例1
To solve that you should change it like this:

import open3d as o3d
pcd = o3d.geometry.PointCloud()