[pdal-commits] [PDAL/PDAL] afbe6f: Add some initial support for handling synthetic po...

chambbj noreply at github.com
Thu Feb 20 19:38:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: afbe6f7794bfe40394f27f46b2a6da0da3f1afb2
      https://github.com/PDAL/PDAL/commit/afbe6f7794bfe40394f27f46b2a6da0da3f1afb2
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2020-02-20 (Thu, 20 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 (#2925)

* 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)

* Alter options to allow ignoring of any combination of class bits




More information about the pdal-commits mailing list