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

chambbj noreply at github.com
Wed May 8 07:41:55 PDT 2019


  Branch: refs/heads/outlier-criterion-filters
  Home:   https://github.com/PDAL/PDAL
  Commit: 0ba683203ab907ccbe13eb68de6ae05fcf03bd64
      https://github.com/PDAL/PDAL/commit/0ba683203ab907ccbe13eb68de6ae05fcf03bd64
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2019-05-08 (Wed, 08 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




More information about the pdal-commits mailing list