PointCloud.remove_outlier# PointCloud.remove_outlier(**kwargs)[source]# Remove point cloud outliers Returns: cleaned up point cloud Return type: PointCloud Remove outlying points. Any point with fewer than nb_points neighbors within a radius of radius is removed. Seealso: open3d.geometry.PointCloud.remove_radius_outlier