[pdal-commits] [PDAL/PDAL] d77227: Add `filters.ground` and `kernels.ground`

GitHub noreply at github.com
Wed Jan 21 14:46:02 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: d7722743d3c51f348f8de86a0b51e6532f20ad4c
      https://github.com/PDAL/PDAL/commit/d7722743d3c51f348f8de86a0b51e6532f20ad4c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M plugins/pcl/CMakeLists.txt
    A plugins/pcl/filters/GroundFilter.cpp
    A plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp

  Log Message:
  -----------
  Add `filters.ground` and `kernels.ground`

`filters.ground` is a PDAL filter that calls the PCL PMF code directly (vice
going through PCLBlock or the PCL pipeline)

`kernels.ground` is a PDAL kernel that calls `filters.ground`

The primary motivation for this is so that we can retain all input dimentions,
extracting only ground indices if desired, and labeling as ground if a
Classification dimension is present.


  Commit: f3a6db1c281d5c8295f03a2cddcf03bdcc698b38
      https://github.com/PDAL/PDAL/commit/f3a6db1c281d5c8295f03a2cddcf03bdcc698b38
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M plugins/pcl/CMakeLists.txt
    A plugins/pcl/filters/GroundFilter.cpp
    A plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp

  Log Message:
  -----------
  Merge pull request #716 from PDAL/issue/689-ground-filter

Add `filters.ground` and `kernels.ground`


Compare: https://github.com/PDAL/PDAL/compare/440fbd001ad5...f3a6db1c281d


More information about the pdal-commits mailing list