Data class for SampleNYURGBDImage
contains a color image NYU_color.ppm
and a depth image NYU_depth.pgm
sample from NYU RGBD dataset.
More...
#include <Dataset.h>
|
| SampleNYURGBDImage (const std::string &data_root="") |
|
std::string | GetColorPath () const |
| Path to color image sample.
|
|
std::string | GetDepthPath () const |
| Path to depth image sample.
|
|
| 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 SampleNYURGBDImage
contains a color image NYU_color.ppm
and a depth image NYU_depth.pgm
sample from NYU RGBD dataset.
◆ SampleNYURGBDImage()
open3d::data::SampleNYURGBDImage::SampleNYURGBDImage |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetColorPath()
std::string open3d::data::SampleNYURGBDImage::GetColorPath |
( |
| ) |
const |
|
inline |
Path to color image sample.
◆ GetDepthPath()
std::string open3d::data::SampleNYURGBDImage::GetDepthPath |
( |
| ) |
const |
|
inline |
Path to depth image sample.
The documentation for this class was generated from the following files: