MVE - Multi-View Environment mve-devel
|
#include <sys/types.h>
#include <vector>
#include "math/vector.h"
#include "mve/image.h"
#include "defines.h"
Go to the source code of this file.
Classes | |
class | sfm::Surf |
Implementation of the SURF feature detector and descriptor as described in: More... | |
struct | sfm::Surf::Descriptor |
Representation of a SURF descriptor. More... | |
struct | sfm::Surf::Keypoint |
Representation of a SURF keypoint. More... | |
struct | sfm::Surf::Octave |
struct | sfm::Surf::Options |
SURF options. More... | |
Namespaces | |
namespace | sfm |
Structure-from-Motion library. | |