Open3D (C++ API)  0.15.1
Public Member Functions
open3d::data::SampleFountainRGBDImages Class Reference

Data class for SampleFountainRGBDImages contains a sample set of 33 color and depth images from the Fountain RGBD dataset. More...

#include <Dataset.h>

Inheritance diagram for open3d::data::SampleFountainRGBDImages:
open3d::data::SingleDownloadDataset open3d::data::Dataset

Public Member Functions

 SampleFountainRGBDImages (const std::string &data_root="")
 
std::vector< std::string > GetColorPaths () const
 Returns List of paths to color image samples of size 33. More...
 
std::vector< std::string > GetDepthPaths () const
 Returns List of paths to depth image samples of size 5. More...
 
std::string GetKeyframePosesLogPath () const
 Returns path to camera poses at keyfragmes log file key.log. More...
 
std::string GetReconstructionPath () const
 Returns path to mesh reconstruction. More...
 
- Public Member Functions inherited from open3d::data::SingleDownloadDataset
 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 ()
 
- Public Member Functions inherited from open3d::data::Dataset
 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...
 

Additional Inherited Members

- Protected Attributes inherited from open3d::data::Dataset
std::string data_root_
 Open3D data root. More...
 
std::string prefix_
 Dataset prefix. More...
 

Detailed Description

Data class for SampleFountainRGBDImages contains a sample set of 33 color and depth images from the Fountain RGBD dataset.

Constructor & Destructor Documentation

◆ SampleFountainRGBDImages()

open3d::data::SampleFountainRGBDImages::SampleFountainRGBDImages ( const std::string &  data_root = "")

Member Function Documentation

◆ 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 5.

◆ GetKeyframePosesLogPath()

std::string open3d::data::SampleFountainRGBDImages::GetKeyframePosesLogPath ( ) const
inline

Returns path to camera poses at keyfragmes log file key.log.

◆ GetReconstructionPath()

std::string open3d::data::SampleFountainRGBDImages::GetReconstructionPath ( ) const
inline

Returns path to mesh reconstruction.


The documentation for this class was generated from the following files: