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)
Method to clip a plane to a bounding cube in Python
I have an infinite plane in 3D defined by the parameters in the equation Ax + By + Cz = D and I would like to clip it to a bounding cube.
The plane parameters consist of a list of A, B, C, and D and t...
molonepa
Votes: 0
Answers: 0
PyTorch/TensorFlow calculation of surface normal of a surface point cloud
Say we have a point cloud of a surface (np.array of shape=(N, 3)) like the below image, on which we want to define a trajectory.
So far using scipy.interpolate.griddata I can project the 2D defined t...
azerila
Votes: 0
Answers: 0
Meshlab alignment issue
When I am trying to align two point clouds in meshlab, there is an error saying No successful arc among candidate Alignment arcs. And even though the point clouds after alignment can be seen in window...
user17952666
Votes: 0
Answers: 1
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