[pdal-commits] [PDAL/PDAL] 1c1d6e: Add some initial support for handling synthetic po...
chambbj
noreply at github.com
Tue Feb 11 09:03:12 PST 2020
Branch: refs/heads/issue-2876-handle-synthetic-points
Home: https://github.com/PDAL/PDAL
Commit: 1c1d6e583f2f08ff38c7d02c7d1eece1194034fc
https://github.com/PDAL/PDAL/commit/1c1d6e583f2f08ff38c7d02c7d1eece1194034fc
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M filters/SMRFilter.cpp
M filters/private/Segmentation.cpp
M filters/private/Segmentation.hpp
M pdal/pdal_types.hpp
A test/data/las/synthetic_test.las
M test/unit/io/LasReaderTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Add some initial support for handling synthetic points
* Add tests for LasReader and LasWriter
* Add method to Segmentation.cpp to separate PointViews into synthetic
and real points
* Add arguments to SMRF to allow/ignore synthetic points during
processing
* Add Synthetic to the list of ClassLabels (though this doesn't exactly
hold for LAS1.4)
More information about the pdal-commits
mailing list