[pdal-commits] [PDAL/PDAL] f912d2: Fix segmentation of last returns
GitHub
noreply at github.com
Mon Apr 23 07:18:21 PDT 2018
Branch: refs/heads/issue-1844-segment-last-returns
Home: https://github.com/PDAL/PDAL
Commit: f912d2e4778956067a31eda23fa5ff3085fd2bc0
https://github.com/PDAL/PDAL/commit/f912d2e4778956067a31eda23fa5ff3085fd2bc0
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M filters/PMFFilter.cpp
M filters/SMRFilter.cpp
M pdal/Segmentation.cpp
Log Message:
-----------
Fix segmentation of last returns
segmentLastReturns now defines last returns as those points whose ReturnNumber
equals the NumberOfReturns when the NumberOfReturns is greater than 1.
This segmentation is used in both the SMRF and PMF ground segmentation filters,
so ground segmentation results may differ from what was previously returned.
More information about the pdal-commits
mailing list