Open3D (C++ API)
Namespaces | Functions
PoseGraphIO.h File Reference
#include <string>
#include "Open3D/Registration/PoseGraph.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::io
 

Functions

std::shared_ptr< registration::PoseGraph > open3d::io::CreatePoseGraphFromFile (const std::string &filename)
 
bool open3d::io::ReadPoseGraph (const std::string &filename, registration::PoseGraph &pose_graph)
 
bool open3d::io::WritePoseGraph (const std::string &filename, const registration::PoseGraph &pose_graph)