[pdal-commits] [PDAL/PDAL] f3443e: Add outlier detection criterion and make minor edi...
chambbj
noreply at github.com
Tue May 14 13:38:38 PDT 2019
Branch: refs/heads/outlier-criterion-filters
Home: https://github.com/PDAL/PDAL
Commit: f3443e3e1679307f5f51a016b4bfb3679f852759
https://github.com/PDAL/PDAL/commit/f3443e3e1679307f5f51a016b4bfb3679f852759
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2019-05-14 (Tue, 14 May 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: c38de0bb925e5f556354f68b86bad801996d208a
https://github.com/PDAL/PDAL/commit/c38de0bb925e5f556354f68b86bad801996d208a
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2019-05-14 (Tue, 14 May 2019)
Changed paths:
M filters/private/miniball/Seb_configure.h
Log Message:
-----------
Removing debug header enables us to compile on Windows
Compare: https://github.com/PDAL/PDAL/compare/0ba683203ab9...c38de0bb925e
More information about the pdal-commits
mailing list