Open3D (C++ API)
0.15.1
|
Data class for DemoPoseGraphOptimization
contains an example fragment pose graph, and global pose graph. This data is used in Open3D for pose graph optimization demo.
More...
#include <Dataset.h>
Public Member Functions | |
DemoPoseGraphOptimization (const std::string &data_root="") | |
std::string | GetPoseGraphFragmentPath () const |
Returns path to example global pose graph (json). More... | |
std::string | GetPoseGraphGlobalPath () const |
Returns path to example fragment pose graph (json). More... | |
![]() | |
SingleDownloadDataset (const std::string &prefix, const std::vector< std::string > &urls, const std::string &md5, const bool no_extract=false, const std::string &data_root="") | |
virtual | ~SingleDownloadDataset () |
![]() | |
Dataset (const std::string &prefix, const std::string &data_root="") | |
Parameterized Constructor. More... | |
virtual | ~Dataset () |
const std::string | GetDataRoot () const |
Get data root directory. The data root is set at construction time or automatically determined. More... | |
const std::string | GetPrefix () const |
Get prefix for the dataset. More... | |
const std::string | GetDownloadDir () const |
Get absolute path to download directory. i.e. ${data_root}/${download_prefix}/${prefix}. More... | |
const std::string | GetExtractDir () const |
Get absolute path to extract directory. i.e. ${data_root}/${extract_prefix}/${prefix}. More... | |
Additional Inherited Members | |
![]() | |
std::string | data_root_ |
Open3D data root. More... | |
std::string | prefix_ |
Dataset prefix. More... | |
Data class for DemoPoseGraphOptimization
contains an example fragment pose graph, and global pose graph. This data is used in Open3D for pose graph optimization demo.
open3d::data::DemoPoseGraphOptimization::DemoPoseGraphOptimization | ( | const std::string & | data_root = "" | ) |
|
inline |
Returns path to example global pose graph (json).
|
inline |
Returns path to example fragment pose graph (json).