Reader for the InteriorNet dataset.
More...
#include <reader_interiornet.hpp>
|
| InteriorNetReader (const Config &c) |
| Construct an InteriorNetReader from a Config.
|
|
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.
|
|
Reader for the InteriorNet dataset.
https://interiornet.org/
◆ InteriorNetReader()
se::InteriorNetReader::InteriorNetReader |
( |
const Config & |
c | ) |
|
◆ restart()
void se::InteriorNetReader::restart |
( |
| ) |
|
|
virtual |
Restart reading from the beginning.
Implements se::Reader.
◆ name()
std::string se::InteriorNetReader::name |
( |
| ) |
const |
|
virtual |
The name of the reader.
- Returns
- The string
"InteriorNetReader"
.
Implements se::Reader.
The documentation for this class was generated from the following file: