[pdal-commits] [PDAL/PDAL] d9d60e: Add some initial support for handling synthetic po...
chambbj
noreply at github.com
Thu Feb 13 10:02:55 PST 2020
Branch: refs/heads/issue-2876-handle-synthetic-points
Home: https://github.com/PDAL/PDAL
Commit: d9d60ecd5fbd61be5ae2fedc22cf3a90eded7299
https://github.com/PDAL/PDAL/commit/d9d60ecd5fbd61be5ae2fedc22cf3a90eded7299
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-13 (Thu, 13 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)
Commit: 4393fe5fccda50405b58d04f93ea2e0d46a5e1c5
https://github.com/PDAL/PDAL/commit/4393fe5fccda50405b58d04f93ea2e0d46a5e1c5
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M filters/SMRFilter.cpp
M filters/private/Segmentation.cpp
M filters/private/Segmentation.hpp
M pdal/pdal_types.hpp
Log Message:
-----------
Alter options to allow ignoring of any combination of class bits
Compare: https://github.com/PDAL/PDAL/compare/1c1d6e583f2f...4393fe5fccda
More information about the pdal-commits
mailing list