Data class for RedwoodIndoorLivingRoom1
, containing dense point cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni sequence, and ground-truth camera trajectory.
More...
#include <Dataset.h>
|
| RedwoodIndoorLivingRoom1 (const std::string &data_root="") |
|
std::string | GetPointCloudPath () const |
| Path to the point cloud.
|
|
std::vector< std::string > | GetColorPaths () const |
| Paths to the color images.
|
|
std::vector< std::string > | GetDepthPaths () const |
| Paths to the clean depth images.
|
|
std::vector< std::string > | GetNoisyDepthPaths () const |
| Paths to the noisy depth images.
|
|
std::string | GetONIPath () const |
| Paths to the ONI sequence.
|
|
std::string | GetTrajectoryPath () const |
| Path to the ground-truth camera trajectory.
|
|
std::string | GetNoiseModelPath () const |
| Path to the noise model.
|
|
| 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 RedwoodIndoorLivingRoom1
, containing dense point cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni sequence, and ground-truth camera trajectory.
Dataset)
RedwoodIndoorLivingRoom1 ├── colors │ ├── 00000.jpg │ ├── 00001.jpg │ ├── ... │ └── 02869.jpg ├── depth │ ├── 00000.png │ ├── 00001.png │ ├── ... │ └── 02869.png ├── depth_noisy │ ├── 00000.png │ ├── 00001.png │ ├── ... │ └── 02869.png ├── dist-model.txt ├── livingroom1.oni ├── livingroom1-traj.txt └── livingroom.ply
◆ RedwoodIndoorLivingRoom1()
open3d::data::RedwoodIndoorLivingRoom1::RedwoodIndoorLivingRoom1 |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetColorPaths()
std::vector< std::string > open3d::data::RedwoodIndoorLivingRoom1::GetColorPaths |
( |
| ) |
const |
|
inline |
Paths to the color images.
◆ GetDepthPaths()
std::vector< std::string > open3d::data::RedwoodIndoorLivingRoom1::GetDepthPaths |
( |
| ) |
const |
|
inline |
Paths to the clean depth images.
◆ GetNoiseModelPath()
std::string open3d::data::RedwoodIndoorLivingRoom1::GetNoiseModelPath |
( |
| ) |
const |
|
inline |
◆ GetNoisyDepthPaths()
std::vector< std::string > open3d::data::RedwoodIndoorLivingRoom1::GetNoisyDepthPaths |
( |
| ) |
const |
|
inline |
Paths to the noisy depth images.
◆ GetONIPath()
std::string open3d::data::RedwoodIndoorLivingRoom1::GetONIPath |
( |
| ) |
const |
|
inline |
Paths to the ONI sequence.
◆ GetPointCloudPath()
std::string open3d::data::RedwoodIndoorLivingRoom1::GetPointCloudPath |
( |
| ) |
const |
|
inline |
◆ GetTrajectoryPath()
std::string open3d::data::RedwoodIndoorLivingRoom1::GetTrajectoryPath |
( |
| ) |
const |
|
inline |
Path to the ground-truth camera trajectory.
The documentation for this class was generated from the following files: