9 #ifndef __READER_NEWERCOLLEGE_HPP 10 #define __READER_NEWERCOLLEGE_HPP 12 #include <Eigen/Dense> 43 std::string
name()
const;
45 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
48 std::vector<std::string> scan_filenames_;
54 static constexpr int8_t pixel_offset[64] = {
55 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6,
56 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18,
57 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18, 0, 6, 12, 18};
66 static std::vector<std::string> getScanFilenames(
const std::string& dir);
Reader for the Newer College dataset.
Definition: reader_newercollege.hpp:28
Definition: reader_base.hpp:46
Base abstract class for dataset readers.
Definition: reader_base.hpp:139
ReaderStatus
The result of trying to read a depth/RGB image or a pose.
Definition: reader_base.hpp:105
std::string name() const
The name of the reader.
NewerCollegeReader(const ReaderConfig &c)
Construct an NewerCollegeReader from a ReaderConfig.
void restart()
Restart reading from the beginning.
Helper wrapper to allocate and de-allocate octants in the octree.
Definition: colour_utils.hpp:17