[pdal-commits] [PDAL/PDAL] 406993: Add nn distance dimension.

GitHub noreply at github.com
Thu Jul 5 09:24:52 PDT 2018


  Branch: refs/heads/nnfilter
  Home:   https://github.com/PDAL/PDAL
  Commit: 406993d80d2ce7d00275ef81af68dc6185177972
      https://github.com/PDAL/PDAL/commit/406993d80d2ce7d00275ef81af68dc6185177972
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M pdal/Dimension.json

  Log Message:
  -----------
  Add nn distance dimension.


  Commit: ff447f31c8fa99df4edc7cfbb2be366fda5d95e5
      https://github.com/PDAL/PDAL/commit/ff447f31c8fa99df4edc7cfbb2be366fda5d95e5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    A filters/NNDistanceFilter.cpp
    A filters/NNDistanceFilter.hpp

  Log Message:
  -----------
  Add general nearest neighbor distance filter.


  Commit: 9c8d30d8f5413bcf73901948522abba3e5d0c73b
      https://github.com/PDAL/PDAL/commit/9c8d30d8f5413bcf73901948522abba3e5d0c73b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-06-15 (Fri, 15 Jun 2018)

  Changed paths:
    M .travis.yml
    M apps/pdal.cpp
    M cmake/execinfo.cmake
    A cmake/modules/FindLibexecinfo.cmake
    A cmake/modules/FindLibunwind.cmake
    A cmake/unwind.cmake
    M dimbuilder/CMakeLists.txt
    M doc/python.rst
    M doc/quickstart.rst
    M doc/stages/writers.pgpointcloud.rst
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    M io/LasReader.cpp
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp
    M pdal/Segmentation.cpp
    A pdal/util/Backtrace.cpp
    A pdal/util/Backtrace.hpp
    M pdal/util/CMakeLists.txt
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    A pdal/util/private/BacktraceExecinfo.cpp
    A pdal/util/private/BacktraceImpl.hpp
    A pdal/util/private/BacktraceNone.cpp
    A pdal/util/private/BacktraceUnwind.cpp
    M plugins/pgpointcloud/io/PgCommon.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/rdb/CMakeLists.txt
    M scripts/ci/script.sh
    A scripts/docker/Dockerfile.alpinedeps
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/kazhdan/PoissonRecon.h
    M vendor/kazhdan/point_source/AsciiPointSource.inl
    M vendor/kazhdan/point_source/MemoryPointSource.h
    M vendor/kazhdan/point_source/PlyPointSource.inl
    M vendor/kazhdan/point_source/PointSource.h
    M vendor/kazhdan/point_source/TransformedPointSource.h

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into nnfilter


  Commit: 6dff28b91757adea319073a3b542704f14ea8182
      https://github.com/PDAL/PDAL/commit/6dff28b91757adea319073a3b542704f14ea8182
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M filters/NNDistanceFilter.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/NNDistanceTest.cpp

  Log Message:
  -----------
  Migrate KDistanceFilter to more generic NNDistanceFilter.
Close #2071


  Commit: 48e6358ee4ab51cb9099aca2fdfef78d44aabf98
      https://github.com/PDAL/PDAL/commit/48e6358ee4ab51cb9099aca2fdfef78d44aabf98
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M test/unit/filters/NNDistanceTest.cpp

  Log Message:
  -----------
  Full test.


  Commit: 24929e5825f8262beaec98f8789ad1b173b803a2
      https://github.com/PDAL/PDAL/commit/24929e5825f8262beaec98f8789ad1b173b803a2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-05 (Thu, 05 Jul 2018)

  Changed paths:
    M test/unit/filters/NNDistanceTest.cpp

  Log Message:
  -----------
  Add some test comments.


Compare: https://github.com/PDAL/PDAL/compare/406993d80d2c^...24929e5825f8
      **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