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.
|
| |
| std::vector< std::string > | GetDepthPaths () const |
| | Returns List of paths to depth image samples of size 5.
|
| |
| std::string | GetTrajectoryLogPath () const |
| | Path to camera trajectory log file trajectory.log.
|
| |
| std::string | GetOdometryLogPath () const |
| | Path to camera trajectory log file odometry.log.
|
| |
| std::string | GetRGBDMatchPath () const |
| | Path to color and depth image match file rgbd.match.
|
| |
| std::string | GetReconstructionPath () const |
| | Path to point cloud reconstruction from TSDF.
|
| |
| std::string | GetCameraIntrinsicPath () const |
| | Path to pinhole camera intrinsic (json).
|
| |
| | 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 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 = "" | ) |
|
◆ GetCameraIntrinsicPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetCameraIntrinsicPath |
( |
| ) |
const |
|
inline |
Path to pinhole camera intrinsic (json).
◆ 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 |
Path to camera trajectory log file odometry.log.
◆ GetReconstructionPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetReconstructionPath |
( |
| ) |
const |
|
inline |
Path to point cloud reconstruction from TSDF.
◆ GetRGBDMatchPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetRGBDMatchPath |
( |
| ) |
const |
|
inline |
Path to color and depth image match file rgbd.match.
◆ GetTrajectoryLogPath()
| std::string open3d::data::SampleRedwoodRGBDImages::GetTrajectoryLogPath |
( |
| ) |
const |
|
inline |
Path to camera trajectory log file trajectory.log.
The documentation for this class was generated from the following files: