This commit is contained in:
Mael Rouxel-Labbé
2021-09-08 15:54:32 +02:00
parent 64738572f8
commit 80c81a2c17
3 changed files with 3 additions and 3 deletions
@@ -635,7 +635,7 @@ Function `remove_outliers()` deletes a user-specified fraction of
outliers from an input point set. More specifically, it partitions the
input points with respect to the average squared distances to their
nearest neighbors and deletes the points with largest value, either
partitionning with a threshold or removing a fixed percentage. The
partitioning with a threshold or removing a fixed percentage. The
user can either specify a fixed number of nearest neighbors or a fixed
spherical neighborhood radius.