[pdal-commits] [PDAL/PDAL] b884dd: Add omni kernel
GitHub
noreply at github.com
Tue Aug 18 12:01:03 PDT 2015
Branch: refs/heads/omni-kernel-pipeline-manager
Home: https://github.com/PDAL/PDAL
Commit: b884dde84efb7ccba820e8f2f8ac03368e7213a2
https://github.com/PDAL/PDAL/commit/b884dde84efb7ccba820e8f2f8ac03368e7213a2
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M doc/apps.rst
M kernels/omni/OmniKernel.cpp
M kernels/omni/OmniKernel.hpp
Log Message:
-----------
Add omni kernel
This version of the omni kernel uses PipelineManager. The input reader and
output writer are both required. Optional parameters can be used to
directly specify the reader and writer drivers, else they will be
inferred.
The user may optionally specify multiple filter stages and pass
filter-specific parameters. See apps.rst for an example. The filters will
be applied in the order they are entered.
More information about the pdal-commits
mailing list