Description
Airborne LiDAR Filtering Method Based on Multiscale Curvature.
Description
Multiscale Curvature Classification of ground returns in 3-D LiDAR point clouds, designed for forested environments. 'RMCC' is a porting to R of the 'MCC-lidar' method by Evans and Hudak (2007) <doi:10.1109/TGRS.2006.890412>.
README.md
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.