Data class for SampleRedwoodRGBDImages contains a sample set of 5 color and depth images from Redwood RGBD dataset living-room1.
More...
#include <Dataset.h>
|
| | SampleRedwoodRGBDImages (const std::string &data_root="") |
| |
| std::vector< std::string > | GetColorPaths () const |
| | Returns List of paths to color image samples of size 5. More...
|
| |
| std::vector< std::string > | GetDepthPaths () const |
| | Returns List of paths to depth image samples of size 5. More...
|
| |
| std::string | GetTrajectoryLogPath () const |
| | Returns path to camera trajectory log file trajectory.log. More...
|
| |
| std::string | GetOdometryLogPath () const |
| | Returns path to camera trajectory log file odometry.log. More...
|
| |
| std::string | GetRGBDMatchPath () const |
| | Returns path to color and depth image match file rgbd.match. More...
|
| |
| std::string | GetReconstructionPath () const |
| | Returns path to pointcloud reconstruction from TSDF. More...
|
| |
| | SingleDownloadDataset (const std::string &prefix, const std::vector< std::string > &urls, const std::string &md5, const bool no_extract=false, const std::string &data_root="") |
| |
| virtual | ~SingleDownloadDataset () |
| |
| | Dataset (const std::string &prefix, const std::string &data_root="") |
| | Parameterized Constructor. More...
|
| |
| virtual | ~Dataset () |
| |
| const std::string | GetDataRoot () const |
| | Get data root directory. The data root is set at construction time or automatically determined. More...
|
| |
| const std::string | GetPrefix () const |
| | Get prefix for the dataset. More...
|
| |
| const std::string | GetDownloadDir () const |
| | Get absolute path to download directory. i.e. ${data_root}/${download_prefix}/${prefix}. More...
|
| |
| const std::string | GetExtractDir () const |
| | Get absolute path to extract directory. i.e. ${data_root}/${extract_prefix}/${prefix}. More...
|
| |
Data class for SampleRedwoodRGBDImages contains a sample set of 5 color and depth images from Redwood RGBD dataset living-room1.
◆ SampleRedwoodRGBDImages()
| open3d::data::SampleRedwoodRGBDImages::SampleRedwoodRGBDImages |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetColorPaths()
| std::vector<std::string> open3d::data::SampleRedwoodRGBDImages::GetColorPaths |
( |
| ) |
const |
|
inline |
Returns List of paths to color image samples of size 5.
◆ GetDepthPaths()
| std::vector<std::string> open3d::data::SampleRedwoodRGBDImages::GetDepthPaths |
( |
| ) |
const |
|
inline |
Returns List of paths to depth image samples of size 5.
◆ GetOdometryLogPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetOdometryLogPath |
( |
| ) |
const |
|
inline |
Returns path to camera trajectory log file odometry.log.
◆ GetReconstructionPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetReconstructionPath |
( |
| ) |
const |
|
inline |
Returns path to pointcloud reconstruction from TSDF.
◆ GetRGBDMatchPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetRGBDMatchPath |
( |
| ) |
const |
|
inline |
Returns path to color and depth image match file rgbd.match.
◆ GetTrajectoryLogPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetTrajectoryLogPath |
( |
| ) |
const |
|
inline |
Returns path to camera trajectory log file trajectory.log.
The documentation for this class was generated from the following files: