circleFit: Point cloud circle fit

Description Usage Arguments Value

Description

Fits a 2D horizontally-aligned circle on a set of 3D points.

Usage

1
circleFit(las, method = "irls", n = 5, inliers = 0.8, conf = 0.99, n_best = 0)

Arguments

las

LAS object.

method

method for estimating the circle parameters. Currently available: "qr", "nm", "irls" and "ransac".

n

numeric - number of points selected on every RANSAC iteration.

inliers

numeric - expected proportion of inliers among stem segments' point cloud chunks.

conf

numeric - confidence level.

n_best

integer - estimate optimal RANSAC parameters as the median of the n_best estimations with lowest error.

Value

vector of parameters


TreeLS documentation built on Aug. 26, 2020, 5:14 p.m.