[pdal-commits] [PDAL/PDAL] 7e2d9e: Add max_dist and init parameters	to ICP
    chambbj 
    noreply at github.com
       
    Tue Aug 18 10:24:18 PDT 2020
    
    
  
  Branch: refs/heads/issue-3213
  Home:   https://github.com/PDAL/PDAL
  Commit: 7e2d9e84fd716687c18bdae7430186cac833675c
      https://github.com/PDAL/PDAL/commit/7e2d9e84fd716687c18bdae7430186cac833675c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)
  Changed paths:
    M filters/IterativeClosestPoint.cpp
    M filters/IterativeClosestPoint.hpp
    M test/unit/filters/IcpFilterTest.cpp
  Log Message:
  -----------
  Add max_dist and init parameters to ICP
max_dist will reject correspondences that exceed the provided maximum
distance.
init is a user provided initial guess at the transformation matrix.
    
    
More information about the pdal-commits
mailing list