Data class for DemoDopplerICPSequence
contains an example sequence of 100 point clouds with Doppler velocity channel and corresponding ground truth poses. The sequence was generated using the CARLA simulator.
More...
#include <Dataset.h>
|
| DemoDopplerICPSequence (const std::string &data_root="") |
|
std::vector< std::string > | GetPaths () const |
| Returns the list of the point cloud paths in the sequence. More...
|
|
std::string | GetPath (std::size_t index) const |
| Path to the point cloud at index. More...
|
|
std::string | GetCalibrationPath () const |
| Path to the calibration metadata file, containing transformation between the vehicle and sensor frames and the time period. More...
|
|
std::string | GetTrajectoryPath () const |
| Path to the ground truth poses for the entire sequence. More...
|
|
bool | GetCalibration (Eigen::Matrix4d &calibration, double &period) const |
| Returns the vehicle to sensor calibration transformation and the time period (in secs) between sequential point cloud scans. More...
|
|
std::vector< std::pair< double, Eigen::Matrix4d > > | GetTrajectory () const |
| Returns a list of (timestamp, pose) representing the ground truth trajectory of the sequence. More...
|
|
| 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. 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}. More...
|
|
const std::string | GetExtractDir () const |
| Get absolute path to extract directory. i.e. ${data_root}/extract/${prefix}. More...
|
|
Data class for DemoDopplerICPSequence
contains an example sequence of 100 point clouds with Doppler velocity channel and corresponding ground truth poses. The sequence was generated using the CARLA simulator.
◆ DemoDopplerICPSequence()
open3d::data::DemoDopplerICPSequence::DemoDopplerICPSequence |
( |
const std::string & |
data_root = "" | ) |
|
◆ GetCalibration()
bool open3d::data::DemoDopplerICPSequence::GetCalibration |
( |
Eigen::Matrix4d & |
calibration, |
|
|
double & |
period |
|
) |
| const |
Returns the vehicle to sensor calibration transformation and the time period (in secs) between sequential point cloud scans.
◆ GetCalibrationPath()
std::string open3d::data::DemoDopplerICPSequence::GetCalibrationPath |
( |
| ) |
const |
|
inline |
Path to the calibration metadata file, containing transformation between the vehicle and sensor frames and the time period.
◆ GetPath()
std::string open3d::data::DemoDopplerICPSequence::GetPath |
( |
std::size_t |
index | ) |
const |
Path to the point cloud at index.
◆ GetPaths()
std::vector<std::string> open3d::data::DemoDopplerICPSequence::GetPaths |
( |
| ) |
const |
|
inline |
Returns the list of the point cloud paths in the sequence.
◆ GetTrajectory()
std::vector< std::pair< double, Eigen::Matrix4d > > open3d::data::DemoDopplerICPSequence::GetTrajectory |
( |
| ) |
const |
Returns a list of (timestamp, pose) representing the ground truth trajectory of the sequence.
◆ GetTrajectoryPath()
std::string open3d::data::DemoDopplerICPSequence::GetTrajectoryPath |
( |
| ) |
const |
|
inline |
Path to the ground truth poses for the entire sequence.
The documentation for this class was generated from the following files: