pointset_smoothing
- compas_cgal.reconstruction.pointset_smoothing(points, neighbors=8, iterations=1)[source]
Remove outliers from a point cloud using the point set outlier removal algorithm.
- Parameters:
- pointslist of
compas.geometry.Pointornumpy.ndarray The points of the point cloud.
- neighborsint, optional
The number of nearest neighbors to consider for each point.
- pointslist of
- Returns:
numpy.ndarrayThe vectors of the point cloud.