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