clean_point_cloud: Filter noise from a point cloud

clean_point_cloudR Documentation

Filter noise from a point cloud

Description

Uses the filter_noise function to filter noise from the point cloud.

Usage

clean_point_cloud(aRchi, k = 5, sigma = 1.5)

## S4 method for signature 'aRchi'
clean_point_cloud(aRchi, k = 5, sigma = 1.5)

Arguments

aRchi

An aRchi object containing a point cloud

k

numeric. The number of nearest neighbours to use.

sigma

numeric. The multiplier of standard deviation to consider a point as noise.

Value

The aRchi file with a clean point cloud.

Examples

# import aRchi file
aRchi=system.file("extdata","Tree_2.aRchi",package = "aRchi")
aRchi = aRchi::read_aRchi(aRchi)

# clean point cloud
aRchi = aRchi::clean_point_cloud(aRchi)


aRchi documentation built on Sept. 3, 2022, 9:06 a.m.