[pdal-commits] [PDAL/PDAL] 6ea8f4: Add normal refinement via minimum spanning tree pr...
chambbj
noreply at github.com
Mon Feb 24 11:20:11 PST 2020
Branch: refs/heads/reorient-normals-mst
Home: https://github.com/PDAL/PDAL
Commit: 6ea8f47764d0587b2ac9d0045f9a6f57ec4e9079
https://github.com/PDAL/PDAL/commit/6ea8f47764d0587b2ac9d0045f9a6f57ec4e9079
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
Log Message:
-----------
Add normal refinement via minimum spanning tree propagation
Commit: fdf97bc04edf52c0627df0f2c80347cc0c6cf0b8
https://github.com/PDAL/PDAL/commit/fdf97bc04edf52c0627df0f2c80347cc0c6cf0b8
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M doc/stages/filters.normal.rst
M filters/NormalFilter.cpp
Log Message:
-----------
Documentation updates for NormalFilter
* Cite both CloudCompare and the Hoppe paper that introduced the method
* List the new option in the NormalFilter documentation
Commit: 5ab815b8ea6ffb894322bca0bf875f0a19a7396d
https://github.com/PDAL/PDAL/commit/5ab815b8ea6ffb894322bca0bf875f0a19a7396d
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M test/unit/CMakeLists.txt
A test/unit/filters/NormalFilterTest.cpp
Log Message:
-----------
Add simple tests for NormalFilter
True planes in each of XY, XZ, and YZ
Commit: ed06768f247427b7eced49387ad5047782e28ba9
https://github.com/PDAL/PDAL/commit/ed06768f247427b7eced49387ad5047782e28ba9
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M test/unit/filters/NormalFilterTest.cpp
Log Message:
-----------
Add inclined plane test
Commit: 406166726557dd757cd2d723ae4140f23e8bd68f
https://github.com/PDAL/PDAL/commit/406166726557dd757cd2d723ae4140f23e8bd68f
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
Log Message:
-----------
Responding to PR comments
Commit: 05992824aec4a98f6f472808c9459b700b0018a6
https://github.com/PDAL/PDAL/commit/05992824aec4a98f6f472808c9459b700b0018a6
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
Log Message:
-----------
More PR comment rework
Compare: https://github.com/PDAL/PDAL/compare/31ac86e9eff3...05992824aec4
More information about the pdal-commits
mailing list