filter_surfacepoints {lidR}R Documentation

Filter the surface points

Description

This function is superseded by the algorithm highest usable in decimate_points

Usage

filter_surfacepoints(las, res)

Arguments

las

An object of class LAS or LAScatalog.

res

numeric. The resolution of the grid used to filter the point cloud

Value

If the input is a LAS object, returns a LAS object. If the input is a LAScatalog, returns a LAScatalog.

Supported processing options

Supported processing options for a LAScatalog (in bold). For more details see the LAScatalog engine documentation:

See Also

Other filters: filter_duplicates(), filter_poi(), filters


[Package lidR version 3.2.2 Index]