[pdal-commits] [PDAL/PDAL] b66973: add MovingLeastSquares access and Smooth kernel, d...

GitHub noreply at github.com
Mon Oct 20 06:42:25 PDT 2014


  Branch: refs/heads/pcl-submodule
  Home:   https://github.com/PDAL/PDAL
  Commit: b66973070c5650ebba5d51b3933cc7e28a3c56fc
      https://github.com/PDAL/PDAL/commit/b66973070c5650ebba5d51b3933cc7e28a3c56fc
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M apps/pdal.cpp
    M plugins/pcl/CMakeLists.txt
    M plugins/pcl/filters/PCLBlock.cpp
    A plugins/pcl/kernel/Smooth.cpp
    A plugins/pcl/kernel/Smooth.hpp
    M plugins/pcl/pipeline/PCLPipeline.cpp
    M plugins/pcl/pipeline/PCLPipeline.h
    M plugins/pcl/pipeline/PCLPipeline.hpp

  Log Message:
  -----------
  add MovingLeastSquares access and Smooth kernel, disable normals for now (do we really need/use them?)


  Commit: 7b134ab140a8e98c410f7d8d9cba7bdf551051c9
      https://github.com/PDAL/PDAL/commit/7b134ab140a8e98c410f7d8d9cba7bdf551051c9
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M plugins/pcl/CMakeLists.txt

  Log Message:
  -----------
  add pcl integration/todo notes


  Commit: b359a8f6256e8106458691bb735c7dc65716188b
      https://github.com/PDAL/PDAL/commit/b359a8f6256e8106458691bb735c7dc65716188b
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M src/CMakeLists.txt
    M test/unit/CMakeLists.txt
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  test without linking PCL in src/CMakeLists.txt, re-enable PCLBlockFilterTest and test for PCL presence using the StageFactory getFilterCreator


  Commit: f9f1983c108ad3b01adfcaecddead037a8543d01
      https://github.com/PDAL/PDAL/commit/f9f1983c108ad3b01adfcaecddead037a8543d01
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M pdal_defines.h.in
    M plugins/pcl/CMakeLists.txt
    M src/CMakeLists.txt
    M src/kernel/Kernel.cpp
    M test/unit/CMakeLists.txt
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  PCL unit tests pass with a warning if PCL plugins are not installed - though we should still move PCL tests to the plugin folder


Compare: https://github.com/PDAL/PDAL/compare/74dbab6ce827...f9f1983c108a


More information about the pdal-commits mailing list