[pdal-commits] [PDAL/PDAL] 5ac610: PMF refactoring

GitHub noreply at github.com
Tue Jul 25 07:23:39 PDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 5ac610c97f6cd774c2e6c692530d89c33f0b60a7
      https://github.com/PDAL/PDAL/commit/5ac610c97f6cd774c2e6c692530d89c33f0b60a7
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M doc/stages/filters.pmf.rst
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M test/unit/OldPCLBlockTest.cpp

  Log Message:
  -----------
  PMF refactoring

Remove approximate option. All processing will use what we formerly referred to
as "approximate". All code related to non-approximate is removed.

Add exponential option. The default behavior will continue to be to grow window
sizes exponentially (no change to users), but we now offer the option of
growing window sizes linearly.

Remove slow running PMF tests. Approximate is actually significantly slower
than the non-approximate variant for these test cases because the data is so
sparse, but the cell size is still quite small.


  Commit: ad0946df217d9d4126d36ff9acb94778ea65713e
      https://github.com/PDAL/PDAL/commit/ad0946df217d9d4126d36ff9acb94778ea65713e
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M doc/stages/filters.pmf.rst
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M test/unit/OldPCLBlockTest.cpp

  Log Message:
  -----------
  Merge pull request #1623 from PDAL/approx-pmf-is-only-pmf

PMF refactoring


Compare: https://github.com/PDAL/PDAL/compare/9508702edf7f...ad0946df217d


More information about the pdal-commits mailing list