[pdal-commits] [PDAL/PDAL] 7e4239: Initial implementation of the PCL Filter Block wit...

GitHub noreply at github.com
Wed Feb 19 12:19:33 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 7e4239538c43eb1a8399cf9dd302994dbf569a68
      https://github.com/PDAL/PDAL/commit/7e4239538c43eb1a8399cf9dd302994dbf569a68
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-02-12 (Wed, 12 Feb 2014)

  Changed paths:
    M CMakeLists.txt
    M Vagrantfile
    A doc/stages/filters.pclblock.txt
    M doc/stages/index.txt
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    A include/pdal/PCLConversions.hpp
    M include/pdal/PointBuffer.hpp
    A include/pdal/filters/PCLBlock.hpp
    M pdal_defines.h.in
    A scripts/vagrant/pcl.sh
    M scripts/vagrant/pdal.sh
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/StageFactory.cpp
    A src/filters/PCLBlock.cpp
    A test/data/pipeline/outlier_removal.json
    A test/data/pipeline/passthrough.json
    A test/data/pipeline/passthrough_outlier_removal.json
    A test/data/pipeline/pipeline_pclblock.xml
    A test/data/pipeline/pipeline_pclblock_combined.xml
    A test/data/pipeline/pipeline_pclblock_outlier_removal.xml
    A test/data/pipeline/pipeline_pclblock_passthrough.xml
    A test/data/pipeline/pipeline_pclblock_progressive_morphological_filter.xml
    A test/data/pipeline/pipeline_pclblock_voxel_grid.xml
    A test/data/pipeline/progressive_morphological_filter.json
    A test/data/pipeline/voxel_grid.json
    M test/unit/CMakeLists.txt
    A test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  Initial implementation of the PCL Filter Block with sample pipelines, draft documentation, and representative unit tests. Vagrantfile is updated to also load and build PCL (required).


  Commit: 8f2098ede15093b42850d06aab976acf949f1e17
      https://github.com/PDAL/PDAL/commit/8f2098ede15093b42850d06aab976acf949f1e17
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M include/pdal/filters/Mosaic.hpp
    M include/pdal/filters/Predicate.hpp
    M include/pdal/filters/Programmable.hpp
    M src/StageFactory.cpp
    M src/drivers/text/Writer.cpp
    M src/filters/Mosaic.cpp
    M src/plang/Invocation.cpp
    M src/plang/PythonEnvironment.cpp
    A test/data/autzen-utm.las
    A test/data/pipeline/create-dimension.xml
    A test/data/pipeline/mosaic.xml
    M test/unit/filters/MosaicFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into feature/pcl-block


  Commit: 2c6aa8510071f2e2bc9cb9f0d60fc529b047eba3
      https://github.com/PDAL/PDAL/commit/2c6aa8510071f2e2bc9cb9f0d60fc529b047eba3
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M CMakeLists.txt
    M Vagrantfile
    A doc/stages/filters.pclblock.txt
    M doc/stages/index.txt
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    A include/pdal/PCLConversions.hpp
    M include/pdal/PointBuffer.hpp
    A include/pdal/filters/PCLBlock.hpp
    M pdal_defines.h.in
    A scripts/vagrant/pcl.sh
    M scripts/vagrant/pdal.sh
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    M src/StageFactory.cpp
    A src/filters/PCLBlock.cpp
    A test/data/pipeline/outlier_removal.json
    A test/data/pipeline/passthrough.json
    A test/data/pipeline/passthrough_outlier_removal.json
    A test/data/pipeline/pipeline_pclblock.xml
    A test/data/pipeline/pipeline_pclblock_combined.xml
    A test/data/pipeline/pipeline_pclblock_outlier_removal.xml
    A test/data/pipeline/pipeline_pclblock_passthrough.xml
    A test/data/pipeline/pipeline_pclblock_progressive_morphological_filter.xml
    A test/data/pipeline/pipeline_pclblock_voxel_grid.xml
    A test/data/pipeline/progressive_morphological_filter.json
    A test/data/pipeline/voxel_grid.json
    M test/unit/CMakeLists.txt
    A test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #247 from PDAL/feature/pcl-block

Feature/pcl block


Compare: https://github.com/PDAL/PDAL/compare/7b45f87d0d6c...2c6aa8510071


More information about the pdal-commits mailing list