python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
get segmentation fault when moving mouse inside open3d cpp gui
I'm trying to make a gui in open3d, and did something that renders quite good in python.
I decided to move from python to cpp but i have problem with the threads there...
This is my code:
#include <...

Meyer Buaharon
Votes: 0
Answers: 0
How can I efficiently bin 3D point cloud data based on point coordinates and desired bin grid size
I have a large point cloud in open3D and I want to basically make a 3D grid and bin the points based on which cube they are in. Other have called it "binning in 3D space."
Example image with...
Cnicho35
Votes: 0
Answers: 1
Create a 3D ply file with faces and vertices from numpy array containing vertices
I have the following set of vertices and i would like to create a 3D ply file that have lines and vertices(it would be great to also have faces)
vertices =
[[ 2.304688 -1.882748 -2.1874995]
[-3.0...
Marco
Votes: 0
Answers: 1
(open3d) pixel coordinate to model coordinate (interactive visualization)
I have a problem in doing interactive visualization (in python). It seems that there is no API can both intercept key-events and mouse-events, so I turn to use open3d.visualization.gui to implement ev...
oronr
Votes: 0
Answers: 0