Remove outliers from a point cloud.
Note: this function is not used in the pipeline.
- Parameters:
pcd (open3d.geometry.PointCloud) – an open3d point cloud.
min_neighbors (int) – the minimum number of neighbors.
radius (float) – the radius to search for neighbors.
verbose (bool)
- Returns:
an open3d point cloud.
- Return type:
open3d.geometry.PointCloud