open3d Questions

4

Solved

I use pyCharm software in windows 10, and when I tried to install open3d the following error appeared: ERROR: Could not find a version that satisfies the requirement open3d (from versions: none) ER...
Colchicine asked 12/6, 2020 at 21:27

4

I am working with a triangle meshes with python Open3d and I want to add a texture mapping to my mesh (I didn't find it in the documentation), this is an example code with simple cube mesh: import ...
Kragh asked 13/7, 2020 at 15:59

1

Is there a way in Open3D (Python) to set the transparency channel for a given point cloud ? I have searched for quite a long time and was not able to find anything. I found a discussion on the proj...
Shatter asked 7/10, 2021 at 9:29

1

I have a 3D Model (.obj) texture that loads correctly in other software: But with Open3D the texture is all messaged up: Here is the code I'm using: import open3d as o3d def visualize(mesh...
Myrnamyrobalan asked 6/2, 2020 at 23:4

1

I refer the code in http://www.open3d.org/docs/release/tutorial/visualization/visualization.html#Function-draw_geometries and the code as follows: import open3d as o3d print("Let's draw a box...
Dharna asked 2/5, 2021 at 9:27

3

I have a numpy array which is the color image "img" of shape (height, width, 3), and also a depth numpy array of shape (height, width). And I want to create an RGBD image and display it, ...
Seicento asked 25/8, 2020 at 21:51

3

Solved

I am using Open3D to visualize some point clouds. I would like to add arrows that start and end at specific points. The arrows would visualize some things that I am working on. However, I have not ...
Airglow asked 25/11, 2019 at 6:52

2

Solved

I try to write a simple application in python which views a 3d mesh on the right and have some user input on the left in a single window. I use a SceneWidget to visualize a mesh and add it to a hor...
Abscissa asked 1/4, 2022 at 11:54

0

I've been running into some issues with trying to get Docker to work properly with my GPU. A bit of background on what I'm trying to do - I'm currently trying to run Open3D within a Docker containe...
Pikestaff asked 8/2, 2022 at 4:23

1

Solved

I'm currently trying to play a sequence of ply models through open3d, but I'm having some issues with updating the geometry. Currently only the first image is shown, and the vis isn't being updated...
Powe asked 25/1, 2022 at 1:11

1

I am trying to create a watertight mesh out of point cloud representing organ contour data from cone beam CT images. My goal is to take two meshes and calculate the volume of intersection between t...
Fortress asked 13/8, 2021 at 19:25

1

Solved

I want to create image out of point cloud (.ply), using open3d. I have no problem with reading and visualizing it but can't find anything on saving it as png or jpg. My code, visualizing cloud: cl...
Gesticulate asked 31/5, 2020 at 21:52

1

Solved

I have generated multiple point clouds using a RGB+depth video, and would like to visualize the multiple point clouds as a video or animation. Currently I am using Python, part of my code is as fol...
Revivalism asked 15/7, 2020 at 10:3

1

Solved

I have some vertices whose coordinates were stored as NumPy array. xyz_np: array([[ 7, 53, 31], [ 61, 130, 116], [ 89, 65, 120], ..., [ 28, 72, 88], [ 77, 65, 82], [117, 90, 72]], dtype=int32...
Streptococcus asked 17/7, 2020 at 6:35

0

Community, I am trying to align a point cloud with the detected floor using Open3D. So far I implemented the following steps (partly of this answer): Detecting the floor using Open3D's plane segme...
Psychosomatics asked 26/6, 2020 at 14:23

2

Solved

Is there a library in python or c++ that is capable of estimating normals of point clouds in a consistent way? In a consistent way I mean that the orientation of the normals is globally preserved o...
Sordello asked 21/2, 2020 at 20:57

1

I'm using Open3D to create mesh, and on the official web we can compute triangle normal of triangle mesh, but how to visualize the normal of the surface? Thank you for the help
Allmon asked 21/11, 2019 at 9:7
1

© 2022 - 2024 — McMap. All rights reserved.