[pdal-commits] [PDAL/PDAL] e45666: Update EigenUtils
GitHub
noreply at github.com
Thu Jan 12 13:17:47 PST 2017
Branch: refs/heads/python-embed-metadata
Home: https://github.com/PDAL/PDAL
Commit: e45666396d9cbdd20c5e41009639067f953419af
https://github.com/PDAL/PDAL/commit/e45666396d9cbdd20c5e41009639067f953419af
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2017-01-05 (Thu, 05 Jan 2017)
Changed paths:
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M test/unit/EigenTest.cpp
Log Message:
-----------
Update EigenUtils
* Add dilate and erode functions to EigenUtils
* Make padMatrix a templated function
Commit: 19fbd083e90e3dec24e725879ad49f83553420c3
https://github.com/PDAL/PDAL/commit/19fbd083e90e3dec24e725879ad49f83553420c3
Author: chambbj <brad.chambers at gmail.com>
Date: 2017-01-09 (Mon, 09 Jan 2017)
Changed paths:
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M test/unit/EigenTest.cpp
Log Message:
-----------
Merge pull request #1464 from PDAL/eigen-dilate-and-erode
Update EigenUtils
Commit: 29cad43066a0ac66685f1449df5bbc996e8aaaa1
https://github.com/PDAL/PDAL/commit/29cad43066a0ac66685f1449df5bbc996e8aaaa1
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M filters/CropFilter.cpp
M filters/OverlayFilter.cpp
M filters/OverlayFilter.hpp
M filters/ReprojectionFilter.cpp
M pdal/Polygon.cpp
M pdal/Stage.cpp
M test/unit/filters/OverlayFilterTest.cpp
Log Message:
-----------
Make OverlayFilter streamable.
Make sure done() gets called ASAP on streaming.
Fix stage on which spatialReferenceChanged() is called.
Simplify error handling for CropFilter::transform.
Simplify spatial reference creation in reprojection filter.
Don't do anything if we try to reproject a polygon with empty SRSes.
Commit: eccd3f4192db989242035cf7cc7c548cfcb55e6a
https://github.com/PDAL/PDAL/commit/eccd3f4192db989242035cf7cc7c548cfcb55e6a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M filters/ColorinterpFilter.cpp
M filters/ColorizationFilter.cpp
M filters/ComputeRangeFilter.cpp
M filters/HAGFilter.cpp
M filters/IQRFilter.cpp
M filters/MADFilter.cpp
M filters/MongusFilter.cpp
M filters/MortonOrderFilter.cpp
M filters/NormalFilter.cpp
M filters/OutlierFilter.cpp
M filters/PMFFilter.cpp
M filters/SMRFilter.cpp
M filters/SampleFilter.cpp
M filters/StatsFilter.cpp
Log Message:
-----------
Formatting updates.
Commit: d0ff5b9ecf22af5c402ec1e9c84c9d5964df6759
https://github.com/PDAL/PDAL/commit/d0ff5b9ecf22af5c402ec1e9c84c9d5964df6759
Author: Connor Manning <connor at hobu.co>
Date: 2017-01-11 (Wed, 11 Jan 2017)
Changed paths:
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
M plugins/greyhound/test/GreyhoundReaderTest.cpp
Log Message:
-----------
Remove scale/offset considerations from the Greyhound reader due to server-side simplifications.
Commit: 74ca75a206f7f18f887ce8a348af6e67ce560a45
https://github.com/PDAL/PDAL/commit/74ca75a206f7f18f887ce8a348af6e67ce560a45
Author: Howard Butler <howard at hobu.co>
Date: 2017-01-12 (Thu, 12 Jan 2017)
Changed paths:
M filters/ColorinterpFilter.cpp
M filters/ColorizationFilter.cpp
M filters/ComputeRangeFilter.cpp
M filters/CropFilter.cpp
M filters/HAGFilter.cpp
M filters/IQRFilter.cpp
M filters/MADFilter.cpp
M filters/MongusFilter.cpp
M filters/MortonOrderFilter.cpp
M filters/NormalFilter.cpp
M filters/OutlierFilter.cpp
M filters/OverlayFilter.cpp
M filters/OverlayFilter.hpp
M filters/PMFFilter.cpp
M filters/ReprojectionFilter.cpp
M filters/SMRFilter.cpp
M filters/SampleFilter.cpp
M filters/StatsFilter.cpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/Polygon.cpp
M pdal/Stage.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
M plugins/greyhound/test/GreyhoundReaderTest.cpp
M test/unit/EigenTest.cpp
M test/unit/filters/OverlayFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into python-embed-metadata
Commit: 6aabf437153bcd5d4362d2cc7f05b6a347c1b4d0
https://github.com/PDAL/PDAL/commit/6aabf437153bcd5d4362d2cc7f05b6a347c1b4d0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-12 (Thu, 12 Jan 2017)
Changed paths:
M pdal/KDIndex.hpp
M vendor/nanoflann/nanoflann.hpp
Log Message:
-----------
Update decrepit nanoflann code.
Commit: 5e612ce3f3cdb4a2161d239644e22002854824e1
https://github.com/PDAL/PDAL/commit/5e612ce3f3cdb4a2161d239644e22002854824e1
Author: Howard Butler <howard at hobu.co>
Date: 2017-01-12 (Thu, 12 Jan 2017)
Changed paths:
M doc/stages/filters.predicate.rst
M doc/stages/filters.programmable.rst
Log Message:
-----------
docs for python filters updates
Commit: f5736b101f6bc5359019c32a9a3384dd86a7067e
https://github.com/PDAL/PDAL/commit/f5736b101f6bc5359019c32a9a3384dd86a7067e
Author: Howard Butler <howard at hobu.co>
Date: 2017-01-12 (Thu, 12 Jan 2017)
Changed paths:
M pdal/KDIndex.hpp
M vendor/nanoflann/nanoflann.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into python-embed-metadata
Compare: https://github.com/PDAL/PDAL/compare/58e3231ee702...f5736b101f6b
More information about the pdal-commits
mailing list