Skip to content

Tag: point-clouds

Python graph segmentation

I am trying to detect an open door using LIDAR. I have 270 degrees LIDAR read and I’m trying to detect the door from the graph: The door is the peak between 100 and 150. The door is between ~30 and ~40. Here there is a “noise” spike. I can see that there is a huge spike in the graph

Open3d(Python), How to remove points from .ply

I get pointcloud from my Intel RealSense depth camera. And I want to remove extra points that are far away, how do I put a condition in the code? Code for getting pointcloud: Code for viewing pointcloud: That what i want delete: Answer The question does not say what points exactly are to be removed. Assuming …