Newer
Older

Sebastian Hahta
committed
#include <opencv2/opencv.hpp>
#include <Eigen/Eigen>
#include <opencv2/core/eigen.hpp>
using namespace ftl::rgbd;

Sebastian Hahta
committed
using std::string;
SnapshotSource::SnapshotSource(ftl::rgbd::Source *host, SnapshotReader &reader, const string &id) : detail::Source(host) {

Sebastian Hahta
committed
reader.getCameraRGBD(id, rgb_, depth_, pose, params_);
setPose(pose);
}