#include <stdint.h>
#include <assert.h>
#include <vector>
#include <Eigen/Geometry>
#include "options.hpp"
#include "keypoint.hpp"
#include "pyramid_level.hpp"
#include "rectification.hpp"
Go to the source code of this file.
Classes | |
class | fovis::StereoFrame |
Stores the right-hand image for a stereo pair. More... | |
Namespaces | |
namespace | fovis |
quick and dirty profiling tool. inspired by the matlab tic/toc command |