Skip to content

r-lidar-lab/ALSbridges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALSbridges

Segment the bridges in an ALS dataset. Project created for Québec Ministry and provided under GPL-3 license

Installation

remotes::install_github("metafor-ulaval/ALSbridges")

Example

library(lidR)
library(ALSbridges)

LASfile <- system.file("extdata", "16_2175571f05_dc_000045.laz", package="ALSbridges")
las = readLAS(LASfile)

bridge = find_bridges(las, th_planarity = 50, th_angle = 5, buffer = 130, th_hag = 0.9)
bridge

plot(header(las))
plot(bridge, add = TRUE)

plot(las) |> add_hulls3d(bridge, col = "red")

las = classify_bridges(las, bridge, upper_buffer = 25)
plot(las, color = "Classification")

About

Segment Bridges in ALS Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages