[pdal-commits] [PDAL/PDAL] 04caec: Add normal refinement via minimum spanning tree pr...

chambbj noreply at github.com
Mon Mar 2 09:31:44 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 04caecbed8969fac3a5e5237e4e377c12647a840
      https://github.com/PDAL/PDAL/commit/04caecbed8969fac3a5e5237e4e377c12647a840
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M doc/stages/filters.normal.rst
    M filters/NormalFilter.cpp
    M filters/NormalFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/NormalFilterTest.cpp

  Log Message:
  -----------
  Add normal refinement via minimum spanning tree propagation (#2860)

* Add normal refinement via minimum spanning tree propagation

* Documentation updates for NormalFilter

* Cite both CloudCompare and the Hoppe paper that introduced the method
* List the new option in the NormalFilter documentation

* Add simple tests for NormalFilter

True planes in each of XY, XZ, and YZ

* Add inclined plane test

* Responding to PR comments

* More PR comment rework

* Use PointView iterator after rebasing with master




More information about the pdal-commits mailing list