[pdal-commits] [PDAL/PDAL] ebd6c8: Small typo (#3466)

Andrew Bell noreply at github.com
Mon Jun 28 07:03:58 PDT 2021


  Branch: refs/heads/issue-3469
  Home:   https://github.com/PDAL/PDAL
  Commit: ebd6c84733e473c42cb4bf82c83c9e63b900a6c2
      https://github.com/PDAL/PDAL/commit/ebd6c84733e473c42cb4bf82c83c9e63b900a6c2
  Author: Philipp Glira <pipppoo at gmail.com>
  Date:   2021-06-11 (Fri, 11 Jun 2021)

  Changed paths:
    M doc/stages/filters.sample.rst

  Log Message:
  -----------
  Small typo (#3466)


  Commit: 72fad99ad3f4e019648174d74899c13ccb23f434
      https://github.com/PDAL/PDAL/commit/72fad99ad3f4e019648174d74899c13ccb23f434
  Author: Preston Hartzell <preston.hartzell at gmail.com>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M filters/IterativeClosestPoint.cpp

  Log Message:
  -----------
  Check distance threshold in ICP filter final MSE computation (#3475)

* Check distance threshold in final MSE computation

Fixes issue 3471

* Eliminate `continue` blocks in maximum point to point distance checks

* Wrap numeric_limits


  Commit: 8e25bb6a750d5c806fd226f7c78859cb66fdc611
      https://github.com/PDAL/PDAL/commit/8e25bb6a750d5c806fd226f7c78859cb66fdc611
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M doc/stages/filters.optimalneighborhood.rst

  Log Message:
  -----------
  Update filters.optimalneighborhood.rst (#3481)

Per https://github.com/PDAL/PDAL/blob/72fad99ad3f4e019648174d74899c13ccb23f434/filters/OptimalNeighborhoodFilter.cpp#L64, the default `max_k` should be 14.


  Commit: e71e3550a82a2f04cb764cf1343c1fd521c97c0a
      https://github.com/PDAL/PDAL/commit/e71e3550a82a2f04cb764cf1343c1fd521c97c0a
  Author: Charles Karney <charles at karney.com>
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
    M doc/stages/filters.transformation.rst
    M filters/TransformationFilter.cpp

  Log Message:
  -----------
  Generalize filters.transformation to all homographies. (#3467)

Include the normalizing step in filters.transformation to allow general
homographies and update the documentation.  All the examples in the
documentation are unaffected (since the last row of the matrix is
[0,0,0,1]).  Homographies allow (painfully!), perspective images of a
point cloud to be created by following the transformation filter by
writers.gdal.  This setup is not ideal, because the effective camera
matrix isn't stored with the the output image.


  Commit: a72a0d97127536aeda99fbac84b5a841df7dbd65
      https://github.com/PDAL/PDAL/commit/a72a0d97127536aeda99fbac84b5a841df7dbd65
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M pdal/Metadata.cpp

  Log Message:
  -----------
  Catch bounds exceptions. (#3485)


  Commit: 3d08e56a9b419888df350de7990c8f491b2448d3
      https://github.com/PDAL/PDAL/commit/3d08e56a9b419888df350de7990c8f491b2448d3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M pdal/util/Uuid.hpp
    M test/unit/UuidTest.cpp

  Log Message:
  -----------
  Initialize UUID to null. (#3486)

Close #3483


  Commit: dd2e3d5051b7eb43afaee6c1cf63b1fa913c6f19
      https://github.com/PDAL/PDAL/commit/dd2e3d5051b7eb43afaee6c1cf63b1fa913c6f19
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M doc/stages/filters.optimalneighborhood.rst
    M doc/stages/filters.sample.rst
    M doc/stages/filters.transformation.rst
    M filters/IterativeClosestPoint.cpp
    M filters/TransformationFilter.cpp
    M pdal/Metadata.cpp
    M pdal/util/Uuid.hpp
    M test/unit/UuidTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into issue-3469


Compare: https://github.com/PDAL/PDAL/compare/d11e0e20ba2d...dd2e3d5051b7


More information about the pdal-commits mailing list