Description Usage Arguments Value
Fits a cylinder on a set of 3D points.
1 2 3 4 5 6 7 8 9 | cylinderFit(
las,
method = "ransac",
n = 5,
inliers = 0.9,
conf = 0.95,
max_angle = 30,
n_best = 20
)
|
las |
|
method |
method for estimating the cylinder parameters. Currently available: |
n |
|
inliers |
|
conf |
|
max_angle |
|
n_best |
|
vector of parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.