[pdal-commits] [PDAL/PDAL] 7e4239: Initial implementation of the PCL Filter Block wit...
GitHub
noreply at github.com
Wed Feb 12 10:04:10 PST 2014
Branch: refs/heads/feature/pcl-block
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).
More information about the pdal-commits
mailing list