powered by
Estimate the minimum distance between points in a point cloud.
min_distance(cloud, threads = 1L)
A data.table with *XYZ* coordinates in the first three columns representing a point cloud.
data.table
An integer specifying the number of threads to use for parallel processing. Experiment to see what works best for your data on your hardware.
integer
A numeric vector describing the minimum distance between points.
numeric
# NOT RUN { data("pc_tree") #Estimate the minimum distance of a sample o 100 points min_distance(pc_tree) # }
Run the code above in your browser using DataLab