[pdal-commits] [PDAL/PDAL] 66936c: Add avg option to NNdistance filter. (#2076)

GitHub noreply at github.com
Tue Jul 10 10:50:45 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 66936c950b3149926daf7886c69948a4a451b26b
      https://github.com/PDAL/PDAL/commit/66936c950b3149926daf7886c69948a4a451b26b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    A filters/NNDistanceFilter.cpp
    A filters/NNDistanceFilter.hpp
    M pdal/Dimension.json
    M test/unit/CMakeLists.txt
    A test/unit/filters/NNDistanceTest.cpp

  Log Message:
  -----------
  Add avg option to NNdistance filter. (#2076)

* Add nn distance dimension.

* Add general nearest neighbor distance filter.

* Migrate KDistanceFilter to more generic NNDistanceFilter.
Close #2071

* Full test.

* Add some test comments.

* Use distances, not square distances when computing averages.

* Remove unnecessary braces.



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list