Dataset class for OfficePointClouds
contains 53 point clouds of binary PLY format.
More...
#include <Dataset.h>
|
| OfficePointClouds (const std::string &data_root="") |
|
std::vector< std::string > | GetPaths () const |
| Returns list of paths to ply point-cloud fragments of size 52. More...
|
|
std::string | GetPaths (size_t index) const |
| Path to the ply point-cloud fragment at index (from 0 to 52). Use GetPaths(0) , GetPaths(1) ... GetPaths(52) to access the paths. More...
|
|
| DownloadDataset (const std::string &prefix, const DataDescriptor &data_descriptor, const std::string &data_root="") |
|
| DownloadDataset (const std::string &prefix, const std::vector< DataDescriptor > &data_descriptors, const std::string &data_root="") |
|
virtual | ~DownloadDataset () |
|
| 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}. More...
|
|
const std::string | GetExtractDir () const |
| Get absolute path to extract directory. i.e. ${data_root}/extract/${prefix}. More...
|
|
Dataset class for OfficePointClouds
contains 53 point clouds of binary PLY format.
- Copyright
- Creative Commons 3.0 (CC BY 3.0).
◆ OfficePointClouds()
open3d::data::OfficePointClouds::OfficePointClouds |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetPaths() [1/2]
std::vector<std::string> open3d::data::OfficePointClouds::GetPaths |
( |
| ) |
const |
|
inline |
Returns list of paths to ply point-cloud fragments of size 52.
◆ GetPaths() [2/2]
std::string open3d::data::OfficePointClouds::GetPaths |
( |
size_t |
index | ) |
const |
Path to the ply point-cloud fragment at index (from 0 to 52). Use GetPaths(0)
, GetPaths(1)
... GetPaths(52)
to access the paths.
The documentation for this class was generated from the following files: