[pdal-commits] [PDAL/PDAL] ccb328: Add stride option (default=1) to KDIndex 3D neighb...

chambbj noreply at github.com
Thu Aug 1 06:05:52 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: ccb32884bd8b7863d4141d4278c7a8ad6bd55420
      https://github.com/PDAL/PDAL/commit/ccb32884bd8b7863d4141d4278c7a8ad6bd55420
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-08-01 (Thu, 01 Aug 2019)

  Changed paths:
    M doc/stages/filters.covariancefeatures.rst
    M filters/CovarianceFeaturesFilter.cpp
    M filters/CovarianceFeaturesFilter.hpp
    M pdal/KDIndex.hpp
    M test/unit/KDIndexTest.cpp

  Log Message:
  -----------
  Add stride option (default=1) to KDIndex 3D neighbor search (#2650)

* Add stride option (default=1) to KDIndex 3D neighbor search

* Simplify downsampling of the strided neighbor search, and add comments

* Use the new KDIndex stride option when computing covariance features (still default to 1)

* We do not use valarray in KDIndex




More information about the pdal-commits mailing list