[pdal-commits] [PDAL/PDAL] 8e25bb: Update filters.optimalneighborhood.rst (#3481)
Howard Butler
noreply at github.com
Thu Jun 24 14:21:06 PDT 2021
Branch: refs/heads/gdal-metadata
Home: https://github.com/PDAL/PDAL
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: 07d7e2c1e2aec22cf4b6b79118e4f28f7cc042ff
https://github.com/PDAL/PDAL/commit/07d7e2c1e2aec22cf4b6b79118e4f28f7cc042ff
Author: Howard Butler <howard at hobu.co>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M doc/stages/filters.optimalneighborhood.rst
M doc/stages/filters.transformation.rst
M filters/TransformationFilter.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into gdal-metadata
Commit: e3faa48415ebedc929c5f6ffe848bc446b2bfb1d
https://github.com/PDAL/PDAL/commit/e3faa48415ebedc929c5f6ffe848bc446b2bfb1d
Author: Howard Butler <howard at hobu.co>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M io/GDALWriter.cpp
M io/GDALWriter.hpp
M pdal/private/gdal/Raster.cpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
support adding PDAL metadata and pipeline as GDAL XML PAM metadata for writers.gdal
Compare: https://github.com/PDAL/PDAL/compare/f3897e822d19...e3faa48415eb
More information about the pdal-commits
mailing list