#include <TooN/TooN.h>
#include <TooN/se3.h>
#include <cvd/image.h>
#include <cvd/byte.h>
#include <vector>
#include <set>
#include <map>
#include <boost/shared_ptr.hpp>
#include "ptam/Params.h"
Go to the source code of this file.
Classes | |
struct | Candidate |
struct | KeyFrame |
struct | Level |
struct | Measurement |
Defines | |
#define | LEVELS 4 |
Typedefs | |
typedef std::map < boost::shared_ptr< MapPoint > , Measurement >::iterator | meas_it |
#define LEVELS 4 |
Definition at line 37 of file KeyFrame.h.
typedef std::map<boost::shared_ptr<MapPoint>, Measurement>::iterator meas_it |
Definition at line 119 of file KeyFrame.h.