dtcc.PointCloud.remove_points(indices: ndarray)[source]

Remove points from the point cloud using the given indices.

Parameters:
indices : np.ndarray

An array of indices specifying which points to remove.

Return type:

None