View source: R/get_best_angle.R
get_best_angle | R Documentation |
Calculates the minimum oriented bounding box using the rotating calipers algorithm and extracts the angle
get_best_angle(las)
las |
An object of class LAS [lidR::readLAS()]. |
Returns a list containing the model object with the required parameters and model_type used.
lasfile <- system.file("extdata", "tree_c2.laz", package = "rTLsDeep")
las <- lidR::readLAS(lasfile)
(get_best_angle(las))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.