dtcc.PointCloud.remove_global_outliers(margin: float)

Remove outliers from a PointCloud whose Z-values are more than margin standard deviations from the mean.

Parameters:
margin : float

The margin in standard deviations to consider a point an outlier.

Returns:

A new PointCloud object with the outliers removed.

Return type:

PointCloud