A class to align two Scans with ICP.  
 More...
#include <ICPPointAlign.hpp>
A class to align two Scans with ICP. 
Definition at line 49 of file ICPPointAlign.hpp.
◆ ICPPointAlign()
◆ ~ICPPointAlign()
  
  | 
        
          | virtual lvr2::ICPPointAlign::~ICPPointAlign | ( |  | ) |  |  | virtualdefault | 
 
 
◆ getEpsilon()
      
        
          | double lvr2::ICPPointAlign::getEpsilon | ( |  | ) | const | 
      
 
 
◆ getMaxIterations()
      
        
          | int lvr2::ICPPointAlign::getMaxIterations | ( |  | ) | const | 
      
 
 
◆ getMaxLeafSize()
      
        
          | int lvr2::ICPPointAlign::getMaxLeafSize | ( |  | ) | const | 
      
 
 
◆ getMaxMatchDistance()
      
        
          | double lvr2::ICPPointAlign::getMaxMatchDistance | ( |  | ) | const | 
      
 
 
◆ getVerbose()
      
        
          | bool lvr2::ICPPointAlign::getVerbose | ( |  | ) | const | 
      
 
 
◆ match()
Executes the ICPAlign. 
- Returns
- Transformd The delta transformation caused by this Method 
Definition at line 58 of file ICPPointAlign.cpp.
 
 
◆ setEpsilon()
      
        
          | void lvr2::ICPPointAlign::setEpsilon | ( | double | epsilon | ) |  | 
      
 
 
◆ setMaxIterations()
      
        
          | void lvr2::ICPPointAlign::setMaxIterations | ( | int | iterations | ) |  | 
      
 
 
◆ setMaxLeafSize()
      
        
          | void lvr2::ICPPointAlign::setMaxLeafSize | ( | int | maxLeafSize | ) |  | 
      
 
 
◆ setMaxMatchDistance()
      
        
          | void lvr2::ICPPointAlign::setMaxMatchDistance | ( | double | distance | ) |  | 
      
 
 
◆ setVerbose()
      
        
          | void lvr2::ICPPointAlign::setVerbose | ( | bool | verbose | ) |  | 
      
 
 
◆ m_dataCloud
◆ m_epsilon
  
  | 
        
          | double lvr2::ICPPointAlign::m_epsilon |  | protected | 
 
 
◆ m_maxDistanceMatch
  
  | 
        
          | double lvr2::ICPPointAlign::m_maxDistanceMatch |  | protected | 
 
 
◆ m_maxIterations
  
  | 
        
          | int lvr2::ICPPointAlign::m_maxIterations |  | protected | 
 
 
◆ m_maxLeafSize
  
  | 
        
          | int lvr2::ICPPointAlign::m_maxLeafSize |  | protected | 
 
 
◆ m_modelCloud
◆ m_searchTree
◆ m_verbose
  
  | 
        
          | bool lvr2::ICPPointAlign::m_verbose |  | protected | 
 
 
The documentation for this class was generated from the following files: