[pdal-commits] [PDAL/PDAL] 64bb38: Add option to perform Euclidean cluster extraction...

chambbj noreply at github.com
Fri May 22 11:18:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 64bb3846e14f21d46dbe98069be764ea68f5571a
      https://github.com/PDAL/PDAL/commit/64bb3846e14f21d46dbe98069be764ea68f5571a
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
    M doc/stages/filters.cluster.rst
    M filters/ClusterFilter.cpp
    M filters/ClusterFilter.hpp
    M filters/private/Segmentation.cpp
    M filters/private/Segmentation.hpp
    M test/unit/SegmentationTest.cpp

  Log Message:
  -----------
  Add option to perform Euclidean cluster extraction in 2D (#3084) (#3086)

* Add option to perform Euclidean cluster extraction in 2D (#3084)

Changed to return clusters as deque of PointIdLists (rather than
vector). Default behavior will continue to be to cluster in 3D.

* Templatize extractClusters

* Update Cluster filter docs for new is3d option

* Add tests for 2D clustering

* Addressing PR comments




More information about the pdal-commits mailing list