RANSAC cylinder detection. Useful for pipes, poles, tree trunks.
Usage
px_detect_cylinders(
cloud,
distance_threshold = 0.02,
radius_range = c(0.01, 2),
min_points = 100L,
num_iterations = 5000L
)RANSAC cylinder detection. Useful for pipes, poles, tree trunks.
px_detect_cylinders(
cloud,
distance_threshold = 0.02,
radius_range = c(0.01, 2),
min_points = 100L,
num_iterations = 5000L
)