[pdal-commits] [PDAL/PDAL] 2b33df: PMF updates

GitHub noreply at github.com
Tue Dec 13 06:44:12 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 2b33df75307cb8b5a9313989362d59ee993e6983
      https://github.com/PDAL/PDAL/commit/2b33df75307cb8b5a9313989362d59ee993e6983
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
    M filters/PMFFilter.cpp

  Log Message:
  -----------
  PMF updates

* Revert back to a 2D box search (vice radius) as in the original PCL
  implementation.
* Do not store map of neighbors, which can grow quite large and blow up
  available memory, just take the hit and redo the search in both the
  erosion and dilation steps.


  Commit: 51227df69f1751877f4a6f342f6776721fda84b2
      https://github.com/PDAL/PDAL/commit/51227df69f1751877f4a6f342f6776721fda84b2
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
    M filters/PMFFilter.cpp

  Log Message:
  -----------
  Remove lingering references to PointIdVec and neighborMap


  Commit: 8c3aaae4220d654484059fbffe6e906a88a9216b
      https://github.com/PDAL/PDAL/commit/8c3aaae4220d654484059fbffe6e906a88a9216b
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
    M filters/PMFFilter.cpp

  Log Message:
  -----------
  Merge pull request #1426 from PDAL/pmf-improvements

PMF updates


Compare: https://github.com/PDAL/PDAL/compare/2c75c5efcdd1...8c3aaae4220d


More information about the pdal-commits mailing list