[pdal-commits] [PDAL/PDAL] 431fe9: Use neighbors() instead of knnSearch() to get only...

Andrew Bell noreply at github.com
Fri May 15 05:53:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 431fe9231fb30d330447f0eeb80f3370f2e314c0
      https://github.com/PDAL/PDAL/commit/431fe9231fb30d330447f0eeb80f3370f2e314c0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-05-15 (Fri, 15 May 2020)

  Changed paths:
    M filters/SMRFilter.cpp
    M filters/SMRFilter.hpp

  Log Message:
  -----------
  Use neighbors() instead of knnSearch() to get only valid neighbors. (#3072)

* Use neighbors() instead of knnSearch() to get only valid neighbors.
Compute filled vector in place.

* Merge fix.




More information about the pdal-commits mailing list