Open3D (C++ API)
|
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) |