[pdal-commits] [PDAL/PDAL] 836e89: Add outlier detection criterion and make minor edi...
chambbj
noreply at github.com
Fri Jun 21 05:51:03 PDT 2019
Branch: refs/heads/outlier-criterion-filters
Home: https://github.com/PDAL/PDAL
Commit: 836e8952481c6b41251c337ca573c5f66b69c592
https://github.com/PDAL/PDAL/commit/836e8952481c6b41251c337ca573c5f66b69c592
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M doc/references.rst
M doc/stages/filters.lof.rst
A doc/stages/filters.miniball.rst
A doc/stages/filters.planefit.rst
A doc/stages/filters.reciprocity.rst
A filters/MiniballFilter.cpp
A filters/MiniballFilter.hpp
A filters/PlaneFitFilter.cpp
A filters/PlaneFitFilter.hpp
A filters/ReciprocityFilter.cpp
A filters/ReciprocityFilter.hpp
A filters/private/miniball/Seb-inl.h
A filters/private/miniball/Seb.h
A filters/private/miniball/Seb_configure.h
A filters/private/miniball/Seb_debug.C
A filters/private/miniball/Seb_debug.h
A filters/private/miniball/Seb_point.h
A filters/private/miniball/Subspan-inl.h
A filters/private/miniball/Subspan.h
M test/unit/CMakeLists.txt
A test/unit/filters/ReciprocityFilterTest.cpp
Log Message:
-----------
Add outlier detection criterion and make minor edit to filters.lof documentation
This commit adds three filters that are implementations of the outlier
detection criterion specified in Weyrich, T et al. “Post-Processing of Scanned
3D Surface Data.” Proceedings of Eurographics Symposium on Point-Based Graphics
2004 (2004): 85–94. Print.
* Nearest-Neighbor Reciprocity Criterion available as filters.reciprocity
* Miniball Criterion available as filters.miniball
* Plane Fit Criterion available as filters.planefit
Commit: 7e64f38d8c5af28eef4d0982dca1c46f132b3446
https://github.com/PDAL/PDAL/commit/7e64f38d8c5af28eef4d0982dca1c46f132b3446
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M filters/private/miniball/Seb_configure.h
Log Message:
-----------
Removing debug header enables us to compile on Windows
Commit: 6103e45aa3c4e635a61685943cafb151979d1711
https://github.com/PDAL/PDAL/commit/6103e45aa3c4e635a61685943cafb151979d1711
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M filters/PlaneFitFilter.cpp
M filters/PlaneFitFilter.hpp
Log Message:
-----------
Update Eigen matrix from float to double
Compare: https://github.com/PDAL/PDAL/compare/c38de0bb925e...6103e45aa3c4
More information about the pdal-commits
mailing list