Data class for DemoCustomVisualization
contains an example point-cloud, camera trajectory (json file), rendering options (json file). This data is used in Open3D for custom visualization with camera trajectory demo.
More...
#include <Dataset.h>
|
| DemoCustomVisualization (const std::string &data_root="") |
|
std::string | GetPointCloudPath () const |
| Path to the point cloud (ply).
|
|
std::string | GetTrajectoryPath () const |
| Path to the camera_trajectory.json.
|
|
std::string | GetRenderOptionPath () const |
| Path to the renderoption.json.
|
|
| 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.
|
|
virtual | ~Dataset () |
|
const std::string | GetDataRoot () const |
| Get data root directory. The data root is set at construction time or automatically determined.
|
|
const std::string | GetPrefix () const |
| Get prefix for the dataset.
|
|
const std::string | GetDownloadDir () const |
| Get absolute path to download directory. i.e. ${data_root}/download/${prefix}.
|
|
const std::string | GetExtractDir () const |
| Get absolute path to extract directory. i.e. ${data_root}/extract/${prefix}.
|
|
Data class for DemoCustomVisualization
contains an example point-cloud, camera trajectory (json file), rendering options (json file). This data is used in Open3D for custom visualization with camera trajectory demo.
◆ DemoCustomVisualization()
open3d::data::DemoCustomVisualization::DemoCustomVisualization |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetPointCloudPath()
std::string open3d::data::DemoCustomVisualization::GetPointCloudPath |
( |
| ) |
const |
|
inline |
Path to the point cloud (ply).
◆ GetRenderOptionPath()
std::string open3d::data::DemoCustomVisualization::GetRenderOptionPath |
( |
| ) |
const |
|
inline |
Path to the renderoption.json.
◆ GetTrajectoryPath()
std::string open3d::data::DemoCustomVisualization::GetTrajectoryPath |
( |
| ) |
const |
|
inline |
Path to the camera_trajectory.json.
The documentation for this class was generated from the following files: