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

chambbj noreply at github.com
Tue Jan 21 12:45:23 PST 2020


  Branch: refs/heads/synthetic-handling
  Home:   https://github.com/PDAL/PDAL
  Commit: 7afb2747ca2503eb9e80bbb8aa7709ad8e49392d
      https://github.com/PDAL/PDAL/commit/7afb2747ca2503eb9e80bbb8aa7709ad8e49392d
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M filters/SMRFilter.cpp
    M filters/private/Segmentation.cpp
    M filters/private/Segmentation.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


  Commit: bd8f7a1e21ae32f53e8d28f4a4777383cf9f8858
      https://github.com/PDAL/PDAL/commit/bd8f7a1e21ae32f53e8d28f4a4777383cf9f8858
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M filters/private/Segmentation.cpp
    M pdal/pdal_types.hpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Add Synthetic to the list of ClassLabels (though this doesn't exactly
hold for LAS1.4)


  Commit: f5f2f5d114aaf99d507a67f537c85b5fc99637c1
      https://github.com/PDAL/PDAL/commit/f5f2f5d114aaf99d507a67f537c85b5fc99637c1
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M filters/SMRFilter.cpp
    M filters/private/Segmentation.cpp
    M filters/private/Segmentation.hpp
    M pdal/pdal_types.hpp
    M test/unit/SegmentationTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Expand to encompass all classification bits


Compare: https://github.com/PDAL/PDAL/compare/1511eb988fc9...f5f2f5d114aa


More information about the pdal-commits mailing list