Data class for PCDPointCloud
contains the fragment.pcd
point cloud mesh from the Redwood Living Room
dataset.
More...
#include <Dataset.h>
|
| PCDPointCloud (const std::string &data_root="") |
|
std::string | GetPath () const |
| Returns path to the pcd format point cloud. 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...
|
|
Data class for PCDPointCloud
contains the fragment.pcd
point cloud mesh from the Redwood Living Room
dataset.
◆ PCDPointCloud()
open3d::data::PCDPointCloud::PCDPointCloud |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetPath()
std::string open3d::data::PCDPointCloud::GetPath |
( |
| ) |
const |
|
inline |
Returns path to the pcd
format point cloud.
The documentation for this class was generated from the following files: