[pdal-commits] [PDAL/PDAL] 0a4e68: The TPS interpolation in filters.mongus is generic...
GitHub
noreply at github.com
Wed Nov 16 11:49:07 PST 2016
Branch: refs/heads/tps-as-eigenutil
Home: https://github.com/PDAL/PDAL
Commit: 0a4e68f84c2a0ab8e834f2baeec701d8a049ee4c
https://github.com/PDAL/PDAL/commit/0a4e68f84c2a0ab8e834f2baeec701d8a049ee4c
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2016-11-16 (Wed, 16 Nov 2016)
Changed paths:
M filters/mongus/MongusFilter.cpp
M filters/mongus/MongusFilter.hpp
M include/pdal/EigenUtils.hpp
M src/EigenUtils.cpp
Log Message:
-----------
The TPS interpolation in filters.mongus is generic enough to move to EigenUtils
A number of other ground segmentation routines (yet to be implemented) use a
similar approach for estimating the ground surface. Our modified version of
SMRF even uses TPS to fill holes, although we have yet to port that over to
this EigenUtils function, as it differs slightly.
More information about the pdal-commits
mailing list