8#ifndef SE_READER_INTERIORNET_HPP
9#define SE_READER_INTERIORNET_HPP
11#include <opencv2/core/mat.hpp>
38 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
41 static constexpr float interiornet_inverse_scale_ = 1.0f / 1000.0f;
42 const float inverse_scale_;
44 cv::Mat projection_inv_;
46 std::vector<std::string> depth_filenames_;
48 std::vector<std::string> rgb_filenames_;
Reader for the InteriorNet dataset.
Definition reader_interiornet.hpp:20
std::string name() const
The name of the reader.
InteriorNetReader(const Config &c)
Construct an InteriorNetReader from a Config.
void restart()
Restart reading from the beginning.
Base abstract class for dataset readers.
Definition reader_base.hpp:79
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14
ReaderStatus
The result of trying to read a depth/RGB image or a pose.
Definition reader_base.hpp:45
Definition reader_base.hpp:81