Relative Content

Tag Archive for pythonpoint-cloudsopen3d

Open3d: Basic operations on point clouds not working, exited with code=3221225477

I am learning Open3D 0.18.0 from the documentation, and I copied and pasted the code from the website. But the code is not working. The point clouds are visualized fine. But if I perform any operations on them, like transforms, paint, etc., I am getting the error [Done] exited with code=3221225477. Also, the function ‘o3d.visualization.draw_geometries’ is not working when I pass camera parameters to it.
Here is the code:

How to fix point cloud orientetion with the xyz orientetion

I want to rotate the point cloud of a face so when i align it with oterns is close, the face orientetion was acquired with mediapipe on the original image, I’m using open3d for the point cloud.
Exemple of one point cloud:
Angle x: 3.3287784739315622
Angle y: 5.251647240185689
Angle z: -0.0819800692880541

Open a new window when clicking on a mesh in Open3D

Below is an example in Open3D, in which I created a bunny mesh, as well as a circle mesh. Now I want to create a new window when I click on the circle mesh. Does anyone know how to do that ? Thank you very much.

Show an image at some location on a point cloud using Open3D

so I have a point cloud which I can show on the screen using Open3D’s examples. However, now I have an image and I need to show that image on a specific coordinate on the point cloud. I can’t find any example about how to do this. Does anyone know how it can be done ? Thank you very much.

Can’t crop a point cloud using open3d

I’m trying to crop a point cloud using 8 corners, the xyz of the corners are right but it seems that no point is included in the volume when cropping, I also created a bounding box from the cornes to be sure that they were right.