Data class for SampleFountainRGBDImages contains a sample set of 33 color and depth images from the Fountain RGBD dataset.
More...
#include <Dataset.h>
|
| | SampleFountainRGBDImages (const std::string &data_root="") |
| |
| std::vector< std::string > | GetColorPaths () const |
| | Returns List of paths to color image samples of size 33.
|
| |
| std::vector< std::string > | GetDepthPaths () const |
| | Returns List of paths to depth image samples of size 33.
|
| |
| std::string | GetKeyframePosesLogPath () const |
| | Path to camera poses at key frames log file key.log.
|
| |
| std::string | GetReconstructionPath () const |
| | Path to mesh reconstruction.
|
| |
| | 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 SampleFountainRGBDImages contains a sample set of 33 color and depth images from the Fountain RGBD dataset.
◆ SampleFountainRGBDImages()
| open3d::data::SampleFountainRGBDImages::SampleFountainRGBDImages |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetColorPaths()
| std::vector< std::string > open3d::data::SampleFountainRGBDImages::GetColorPaths |
( |
| ) |
const |
|
inline |
Returns List of paths to color image samples of size 33.
◆ GetDepthPaths()
| std::vector< std::string > open3d::data::SampleFountainRGBDImages::GetDepthPaths |
( |
| ) |
const |
|
inline |
Returns List of paths to depth image samples of size 33.
◆ GetKeyframePosesLogPath()
| std::string open3d::data::SampleFountainRGBDImages::GetKeyframePosesLogPath |
( |
| ) |
const |
|
inline |
Path to camera poses at key frames log file key.log.
◆ GetReconstructionPath()
| std::string open3d::data::SampleFountainRGBDImages::GetReconstructionPath |
( |
| ) |
const |
|
inline |
Path to mesh reconstruction.
The documentation for this class was generated from the following files: