[pdal-commits] [PDAL/PDAL] ebe6bc: add random kernel
GitHub
noreply at github.com
Fri Sep 12 07:32:00 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: ebe6bcb1b152ae727ee6bdfb25c6e2dd28e3c836
https://github.com/PDAL/PDAL/commit/ebe6bcb1b152ae727ee6bdfb25c6e2dd28e3c836
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-09-11 (Thu, 11 Sep 2014)
Changed paths:
M apps/pdal.cpp
M include/pdal/Utils.hpp
M include/pdal/drivers/faux/Reader.hpp
M include/pdal/kernel/Kernel.hpp
A include/pdal/kernel/Random.hpp
M src/CMakeLists.txt
M src/Utils.cpp
M src/drivers/faux/Reader.cpp
A src/kernel/Random.cpp
Log Message:
-----------
add random kernel
* uniform distribution (user-defined bounds)
* normal distribution (user-defined mean and standard deviation)
Commit: cd36bf85b47d70ad1bc3ed941f236149fbc3f12c
https://github.com/PDAL/PDAL/commit/cd36bf85b47d70ad1bc3ed941f236149fbc3f12c
Author: Howard Butler <howard at hobu.co>
Date: 2014-09-12 (Fri, 12 Sep 2014)
Changed paths:
M apps/pdal.cpp
M include/pdal/Utils.hpp
M include/pdal/drivers/faux/Reader.hpp
M include/pdal/kernel/Kernel.hpp
A include/pdal/kernel/Random.hpp
M src/CMakeLists.txt
M src/Utils.cpp
M src/drivers/faux/Reader.cpp
A src/kernel/Random.cpp
Log Message:
-----------
Merge pull request #450 from chambbj/random-ctx
add random kernel
Compare: https://github.com/PDAL/PDAL/compare/0f55da3552a6...cd36bf85b47d
More information about the pdal-commits
mailing list