[pdal-commits] [PDAL/PDAL] f1cfd6: Add transformation filter

GitHub noreply at github.com
Fri Jan 9 11:29:42 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: f1cfd6406b7dbcb74e29e32b2daf1740088c6004
      https://github.com/PDAL/PDAL/commit/f1cfd6406b7dbcb74e29e32b2daf1740088c6004
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    A doc/stages/filters.transformation.rst
    M doc/stages/index.rst
    M filters/CMakeLists.txt
    A filters/transformation/CMakeLists.txt
    A filters/transformation/TransformationFilter.cpp
    A filters/transformation/TransformationFilter.hpp
    M include/pdal/Filters.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/TransformationFilterTest.cpp

  Log Message:
  -----------
  Add transformation filter

This filter applies an arbitrary 4x4 matrix to each xyz triplet. There
is no checking to ensure the matrix is a valid affine transformation, or
anything of the sort.


  Commit: 00001681e8ad17912ae0d3416e8690c35a1431aa
      https://github.com/PDAL/PDAL/commit/00001681e8ad17912ae0d3416e8690c35a1431aa
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    A doc/stages/filters.transformation.rst
    M doc/stages/index.rst
    M filters/CMakeLists.txt
    A filters/transformation/CMakeLists.txt
    A filters/transformation/TransformationFilter.cpp
    A filters/transformation/TransformationFilter.hpp
    M include/pdal/Filters.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/TransformationFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'filters/transformation'

Closes #685


Compare: https://github.com/PDAL/PDAL/compare/0505ccad9818...00001681e8ad


More information about the pdal-commits mailing list