Skip to content
/ RMCC Public

Airborne LiDAR filtering method based on Multiscale Curvature Classification

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Unknown
LICENSE.note
Notifications You must be signed in to change notification settings

r-lidar/RMCC

Repository files navigation

R package that wraps the MCC algorithm for Airborne LiDAR ground filtering based on Multiscale Curvature Classification. It is made to work along with the lidR package.

Example

library(lidR)

file <- system.file("extdata", "Topography.laz", package="lidR")
las  <- readLAS(file, select = "xyz")
las  <- classify_ground(las, mcc())

plot(las, color = "Classification")

Reference

Evans, Jeffrey S.; Hudak, Andrew T. 2007. A multiscale curvature algorithm for classifying discrete return LiDAR in forested environments. IEEE Transactions on Geoscience and Remote Sensing. 45(4): 1029-1038.

About

Airborne LiDAR filtering method based on Multiscale Curvature Classification

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Unknown
LICENSE.note

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published