powered by
Uses the filter_noise function to filter noise from the point cloud.
filter_noise
clean_point_cloud(aRchi, k = 5, sigma = 1.5)# S4 method for aRchi clean_point_cloud(aRchi, k = 5, sigma = 1.5)
# S4 method for aRchi clean_point_cloud(aRchi, k = 5, sigma = 1.5)
The aRchi file with a clean point cloud.
An aRchi object containing a point cloud
numeric. The number of nearest neighbours to use.
numeric. The multiplier of standard deviation to consider a point as noise.
# 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)
Run the code above in your browser using DataLab