[pdal-commits] [PDAL/PDAL] 9cc8dd: Add PCL kernel to compute Height Above Ground

GitHub noreply at github.com
Thu Jan 29 13:10:53 PST 2015


  Branch: refs/heads/initial-hag-kernel
  Home:   https://github.com/PDAL/PDAL
  Commit: 9cc8ddbe3239adfc083ad22c627b711e23c42179
      https://github.com/PDAL/PDAL/commit/9cc8ddbe3239adfc083ad22c627b711e23c42179
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M include/pdal/Dimension.hpp
    M plugins/pcl/CMakeLists.txt
    A plugins/pcl/kernel/HeightAboveGroundKernel.cpp
    A plugins/pcl/kernel/HeightAboveGroundKernel.hpp

  Log Message:
  -----------
  Add PCL kernel to compute Height Above Ground

Requires either 1) classification dimension with ground returns in the input or
2) a secondary input that is only ground returns.

Computes Height Above Ground as difference in Z between the input point and the
nearest corresponding ground return (in the XYZ plane).

Reader drivers are inferred from the filenames, but the Writer must be BPF to
accomodate the non-standard dimension.




More information about the pdal-commits mailing list