Data class for DemoCropPointCloud
contains a point cloud, and cropped.json
(a saved selected polygon volume file). This data is used in Open3D for point cloud crop demo.
More...
#include <Dataset.h>
|
| DemoCropPointCloud (const std::string &data_root="") |
|
std::string | GetPointCloudPath () const |
| Path to example point cloud.
|
|
std::string | GetCroppedJSONPath () const |
| Path to saved selected polygon volume file.
|
|
| 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 DemoCropPointCloud
contains a point cloud, and cropped.json
(a saved selected polygon volume file). This data is used in Open3D for point cloud crop demo.
- Copyright
- Creative Commons 3.0 (CC BY 3.0).
◆ DemoCropPointCloud()
open3d::data::DemoCropPointCloud::DemoCropPointCloud |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetCroppedJSONPath()
std::string open3d::data::DemoCropPointCloud::GetCroppedJSONPath |
( |
| ) |
const |
|
inline |
Path to saved selected polygon volume file.
◆ GetPointCloudPath()
std::string open3d::data::DemoCropPointCloud::GetPointCloudPath |
( |
| ) |
const |
|
inline |
Path to example point cloud.
The documentation for this class was generated from the following files: