[pdal-commits] [PDAL/PDAL] 3e50ed: Add VoxelCenterNearestNeighborFilter and VoxelCent...

GitHub noreply at github.com
Mon Jun 12 10:19:00 PDT 2017


  Branch: refs/heads/issue/1597-voxel-updates
  Home:   https://github.com/PDAL/PDAL
  Commit: 3e50ed76c42da225004df41b21d282df1864c602
      https://github.com/PDAL/PDAL/commit/3e50ed76c42da225004df41b21d282df1864c602
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    A doc/stages/filters.voxelcenternearestneighbor.rst
    A doc/stages/filters.voxelcentroidnearestneighbor.rst
    A filters/VoxelCenterNearestNeighborFilter.cpp
    A filters/VoxelCenterNearestNeighborFilter.hpp
    A filters/VoxelCentroidNearestNeighborFilter.cpp
    A filters/VoxelCentroidNearestNeighborFilter.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Add VoxelCenterNearestNeighborFilter and VoxelCentroidNearestNeighborFilter

For each populated voxel, use the coordinates of the voxel center or centroid
respectively to find the nearest neighbor in the input PointView and append it
to the output PointView.




More information about the pdal-commits mailing list