Open3D (C++ API)
Data Structures | Namespaces | Functions
LineSet.h File Reference
#include <Eigen/Core>
#include <memory>
#include <vector>
#include "Open3D/Geometry/Geometry3D.h"

Go to the source code of this file.

Data Structures

class  open3d::geometry::LineSet
 

Namespaces

 open3d
 
 open3d::geometry
 

Functions

std::shared_ptr< LineSet > open3d::geometry::CreateLineSetFromPointCloudCorrespondences (const PointCloud &cloud0, const PointCloud &cloud1, const std::vector< std::pair< int, int >> &correspondences)
 
std::shared_ptr< LineSet > open3d::geometry::CreateLineSetFromTriangleMesh (const TriangleMesh &mesh)