ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TransformationEstimation.h File Reference
#include <Eigen.h>
#include <string>
#include <utility>
#include "pipelines/registration/RobustKernel.h"
Include dependency graph for TransformationEstimation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloudViewer::pipelines::registration::TransformationEstimation
 
class  cloudViewer::pipelines::registration::TransformationEstimationPointToPoint
 
class  cloudViewer::pipelines::registration::TransformationEstimationPointToPlane
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::pipelines
 
 cloudViewer::pipelines::registration
 

Typedefs

typedef std::vector< Eigen::Vector2i > cloudViewer::pipelines::registration::CorrespondenceSet
 

Enumerations

enum class  cloudViewer::pipelines::registration::TransformationEstimationType {
  cloudViewer::pipelines::registration::Unspecified = 0 , cloudViewer::pipelines::registration::PointToPoint = 1 , cloudViewer::pipelines::registration::PointToPlane = 2 , cloudViewer::pipelines::registration::ColoredICP = 3 ,
  cloudViewer::pipelines::registration::GeneralizedICP = 4
}