Open3D (C++ API)
Data Structures | Namespaces | Typedefs | Enumerations
TransformationEstimation.h File Reference
#include <Eigen/Core>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Data Structures

class  open3d::registration::TransformationEstimation
 
class  open3d::registration::TransformationEstimationPointToPoint
 
class  open3d::registration::TransformationEstimationPointToPlane
 

Namespaces

 open3d
 
 open3d::geometry
 
 open3d::registration
 

Typedefs

typedef std::vector< Eigen::Vector2i > open3d::registration::CorrespondenceSet
 

Enumerations

enum  open3d::registration::TransformationEstimationType { open3d::registration::TransformationEstimationType::Unspecified = 0, open3d::registration::TransformationEstimationType::PointToPoint = 1, open3d::registration::TransformationEstimationType::PointToPlane = 2, open3d::registration::TransformationEstimationType::ColoredICP = 3 }