pointset_reduction
- compas_cgal.reconstruction.pointset_reduction(points, spacing=2)
Remove outliers from a point cloud using the point set outlier removal algorithm.
- Parameters:
- pointslist of
compas.geometry.Point
ornumpy.ndarray
The points of the point cloud.
- spacingint, optional
The cell size.
- pointslist of
- Returns:
numpy.ndarray
The vectors of the point cloud.