This function is made to be used in classify_noise . It implements an algorithm for outliers (noise) segmentation based on isolated voxels filter (IVF). It is similar to lasnoise from lastools. The algorithm finds points that have only a few other points in their surrounding 3 x 3 x 3 = 27 voxels.
ivf(res =5, n =6)
Arguments
res: numeric. Resolution of the voxels
n: integer. The maximal number of 'other points' in the 27 voxels