Does an R function iterative closest point (icp) exist for use with LAS objects?
I see the options morpho::icpmat()
and mesheR::icp()
, but these appear to use mesh3d objects instead of LAS. I was hoping to find something similar to icp from the pdal package for use in R to surface match elevation profiles (lidar tracks) to a terrain in both plan and elevation (3D surface).