[pdal-commits] [PDAL/PDAL] a234c1: Initial commit of DBSCAN	clustering
    chambbj 
    noreply at github.com
       
    Mon Jan 13 10:34:08 PST 2020
    
    
  
  Branch: refs/heads/issue-2748-dbscan-clustering
  Home:   https://github.com/PDAL/PDAL
  Commit: a234c161a1eeff9d24dc00d113cb9122a1caa59b
      https://github.com/PDAL/PDAL/commit/a234c161a1eeff9d24dc00d113cb9122a1caa59b
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M doc/references.rst
    A doc/stages/filters.dbscan.rst
    M doc/stages/filters.rst
    A filters/DBSCANFilter.cpp
    A filters/DBSCANFilter.hpp
  Log Message:
  -----------
  Initial commit of DBSCAN clustering
  Commit: b1c91b328db24ed09549d240698078a76439f4af
      https://github.com/PDAL/PDAL/commit/b1c91b328db24ed09549d240698078a76439f4af
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M filters/DBSCANFilter.cpp
    M pdal/KDIndex.hpp
  Log Message:
  -----------
  Begin playing around with n-dimensional KDIndex
  Commit: 9e6d8564edb2cecf39c5167427c1eb566a5c8e24
      https://github.com/PDAL/PDAL/commit/9e6d8564edb2cecf39c5167427c1eb566a5c8e24
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M filters/DBSCANFilter.cpp
    M filters/DBSCANFilter.hpp
  Log Message:
  -----------
  Finishing KDFlexIndex
  Commit: 48086c3e543ecd8149c3f179cb0c2c8a08a1b077
      https://github.com/PDAL/PDAL/commit/48086c3e543ecd8149c3f179cb0c2c8a08a1b077
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M filters/DBSCANFilter.cpp
  Log Message:
  -----------
  Initialize bbox properly
  Commit: 222f47e04dbc709d3b6929078df57b91e3898c91
      https://github.com/PDAL/PDAL/commit/222f47e04dbc709d3b6929078df57b91e3898c91
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M filters/DBSCANFilter.cpp
    M filters/DBSCANFilter.hpp
  Log Message:
  -----------
  Implicit deletes and move ctor to CPP
  Commit: 91d34d3beb2a05e24c5d13e7509f8c4a5a1e864e
      https://github.com/PDAL/PDAL/commit/91d34d3beb2a05e24c5d13e7509f8c4a5a1e864e
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M pdal/KDIndex.hpp
  Log Message:
  -----------
  Remove the explicit KDNormalIndex as it can be replicated with KDFlexIndex
  Commit: 9773db27af20c161d81d8ca6761356219e4085a3
      https://github.com/PDAL/PDAL/commit/9773db27af20c161d81d8ca6761356219e4085a3
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M filters/DBSCANFilter.cpp
    M pdal/KDIndex.hpp
  Log Message:
  -----------
  Move KDFlexIndex from DBSCANFilter to KDIndex
  Commit: eac73b31e1041d6707e64c131f704dc3a8cde27a
      https://github.com/PDAL/PDAL/commit/eac73b31e1041d6707e64c131f704dc3a8cde27a
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M doc/stages/filters.dbscan.rst
  Log Message:
  -----------
  Add note about dimensions in the docs
  Commit: 68d47072df9a112278290ef96a966ce3dcd2480a
      https://github.com/PDAL/PDAL/commit/68d47072df9a112278290ef96a966ce3dcd2480a
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M doc/stages/filters.dbscan.rst
    M filters/DBSCANFilter.cpp
  Log Message:
  -----------
  Default dimensions to X,Y,Z
  Commit: a9834c85b3860b5699dcb5c575be4fa1453cada2
      https://github.com/PDAL/PDAL/commit/a9834c85b3860b5699dcb5c575be4fa1453cada2
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)
  Changed paths:
    M doc/stages/filters.dbscan.rst
  Log Message:
  -----------
  Clarification on dimensions when setting min_points
Compare: https://github.com/PDAL/PDAL/compare/2d791f019240...a9834c85b386
    
    
More information about the pdal-commits
mailing list