[pdal-commits] [PDAL/PDAL] 6e4fa9: Add outlier detection criterion and make minor edi...

chambbj noreply at github.com
Fri Jun 21 08:30:21 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 6e4fa9eba8490a0965e2b047d1556eaaf5673dd2
      https://github.com/PDAL/PDAL/commit/6e4fa9eba8490a0965e2b047d1556eaaf5673dd2
  Author: chambbj <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 (#2504)

* 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

* Removing debug header enables us to compile on Windows

* Update Eigen matrix from float to double




More information about the pdal-commits mailing list