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

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


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: dc428f461c1a32134405ed15d17f6a7e43fe4469
      https://github.com/PDAL/PDAL/commit/dc428f461c1a32134405ed15d17f6a7e43fe4469
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-06-19 (Mon, 19 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 (#1603)

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