powered by
Calculates the minimum oriented bounding box using the rotating calipers algorithm and extracts the angle
get_best_angle(las)
Returns a list containing the model object with the required parameters and model_type used.
An object of class LAS [lidR::readLAS()].
lasfile <- system.file("extdata", "tree_c2.laz", package = "rTLsDeep") las <- lidR::readLAS(lasfile) (get_best_angle(las))
Run the code above in your browser using DataLab