[pdal-commits] [PDAL/PDAL] 6d0e34: Add option to perform Euclidean cluster extraction...
chambbj
noreply at github.com
Thu May 21 06:27:15 PDT 2020
Branch: refs/heads/issue-3084
Home: https://github.com/PDAL/PDAL
Commit: 6d0e3446dd78b4fe6a12206d64fb4fad52287c56
https://github.com/PDAL/PDAL/commit/6d0e3446dd78b4fe6a12206d64fb4fad52287c56
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
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)
Changed to return clusters as deque of PointIdLists (rather than
vector). Default behavior will continue to be to cluster in 3D.
More information about the pdal-commits
mailing list