Reader for the TUM RGBD dataset.
More...
#include <reader_tum.hpp>
|
| TUMReader (const Config &c) |
| Construct a TUMReader from a Config.
|
|
ReaderStatus | nextPose (Eigen::Isometry3f &T_WB) |
| Obtain the nextPose from the TUM RGBD dataset format.
|
|
void | restart () |
| Restart reading from the beginning.
|
|
std::string | name () const |
| The name of the reader.
|
|
| Reader (const Config &c) |
| Construct a Reader from a Config.
|
|
virtual | ~Reader () |
|
ReaderStatus | nextData (Image< float > &depth_image) |
| Read the next depth image.
|
|
ReaderStatus | nextData (Image< float > &depth_image, Eigen::Isometry3f &T_WB) |
| Read the next depth image and ground truth pose.
|
|
ReaderStatus | nextData (Image< float > &depth_image, Image< RGB > &colour_image) |
| Read the next depth and colour images.
|
|
ReaderStatus | nextData (Eigen::Vector3f &ray_measurement, Eigen::Isometry3f &T_WB) |
| Read the next ray and ground truth pose.
|
|
ReaderStatus | nextData (const float batch_interval, std::vector< std::pair< Eigen::Isometry3f, Eigen::Vector3f >, Eigen::aligned_allocator< std::pair< Eigen::Isometry3f, Eigen::Vector3f > > > &rayPoseBatch) |
| Read the next batch of rays and ground truth poses.
|
|
ReaderStatus | nextData (Image< float > &depth_image, Image< RGB > &colour_image, Eigen::Isometry3f &T_WB) |
| Read the next depth and colour images and ground truth pose.
|
|
ReaderStatus | getPose (Eigen::Isometry3f &T_WB, const size_t frame) |
| Read the ground truth pose at the provided frame number.
|
|
bool | good () const |
| The state of the reader.
|
|
size_t | frame () const |
| The current frame number.
|
|
size_t | numFrames () const |
| The total number of frames in the current dataset.
|
|
Eigen::Vector2i | depthImageRes () const |
| The dimensions of the depth images.
|
|
Eigen::Vector2i | colourImageRes () const |
| The dimensions of the colour images.
|
|
bool | isLiveReader () const |
| Whether the reader uses a live camera as input.
|
|
bool | hasColour () const |
| Return whether the loaded dataset contains colour images.
|
|
◆ TUMReader()
Construct a TUMReader from a Config.
- Parameters
-
[in] | c | The configuration struct to use. |
◆ nextPose()
ReaderStatus se::TUMReader::nextPose |
( |
Eigen::Isometry3f & |
T_WB | ) |
|
|
virtual |
Obtain the nextPose from the TUM RGBD dataset format.
- Parameters
-
[in] | T_WB | Transformation from camera frame to world frame |
Reimplemented from se::Reader.
◆ restart()
void se::TUMReader::restart |
( |
| ) |
|
|
virtual |
Restart reading from the beginning.
Implements se::Reader.
◆ name()
std::string se::TUMReader::name |
( |
| ) |
const |
|
virtual |
The name of the reader.
- Returns
- The string
"TUMReader"
.
Implements se::Reader.
The documentation for this class was generated from the following file: