[pdal-commits] [PDAL/PDAL] dcabe0: Add normal refinement via minimum spanning tree pr...
chambbj
noreply at github.com
Tue Feb 25 05:24:24 PST 2020
Branch: refs/heads/reorient-normals-mst
Home: https://github.com/PDAL/PDAL
Commit: dcabe0fe84d885fbe1ddaba246911190df0cff50
https://github.com/PDAL/PDAL/commit/dcabe0fe84d885fbe1ddaba246911190df0cff50
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
Log Message:
-----------
Add normal refinement via minimum spanning tree propagation
Commit: 4683fdf6947f802c5a0d88f2ff99effbe78995d6
https://github.com/PDAL/PDAL/commit/4683fdf6947f802c5a0d88f2ff99effbe78995d6
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 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: 5d1bd23c70861c672c1348932728e6a6bb7ffb3f
https://github.com/PDAL/PDAL/commit/5d1bd23c70861c672c1348932728e6a6bb7ffb3f
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 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: 670213e165a63a8aeabf9aee9d5a141953b2098f
https://github.com/PDAL/PDAL/commit/670213e165a63a8aeabf9aee9d5a141953b2098f
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M test/unit/filters/NormalFilterTest.cpp
Log Message:
-----------
Add inclined plane test
Commit: 3fbe04387dc21c7bc2d8e084f8b737b308a954a0
https://github.com/PDAL/PDAL/commit/3fbe04387dc21c7bc2d8e084f8b737b308a954a0
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
Log Message:
-----------
Responding to PR comments
Commit: 8e6ecd4a6a0a3b369f940ba9bd929db100e636aa
https://github.com/PDAL/PDAL/commit/8e6ecd4a6a0a3b369f940ba9bd929db100e636aa
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
Log Message:
-----------
More PR comment rework
Commit: 8c2472d658f8ce4de8a3833ae180ee8cce702a40
https://github.com/PDAL/PDAL/commit/8c2472d658f8ce4de8a3833ae180ee8cce702a40
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M filters/NormalFilter.cpp
M test/unit/filters/NormalFilterTest.cpp
Log Message:
-----------
Use PointView iterator after rebasing with master
Compare: https://github.com/PDAL/PDAL/compare/05992824aec4...8c2472d658f8
More information about the pdal-commits
mailing list