Clusters & bounding boxes #3722
-
I would like to draw my point cloud (pcd) with the clusters (pcd_i) bounded with bounding boxes however I'm not able to use o3d.visualization.draw_geometries() in a proper way. This is my code: with o3d.utility.VerbosityContextManager(o3d.utility.VerbosityLevel.Debug) as cm: o3d.visualization.draw_geometries(??????????????) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
o3d.visualization.draw_geometries([pcd, obb, aabb]) |
Beta Was this translation helpful? Give feedback.
o3d.visualization.draw_geometries([pcd, obb, aabb])